dfalkowitz Posted April 25, 2011 Share Posted April 25, 2011 I am trying to do this: NAME00000000000 or SAMPLE000000000 or SPRINGFIELD0000 I have this in my rule: Left((Field("NAME") + '<color name=red>' + "000000000000000" + '</color>'),15) My result is either: NAME<color name with "treat return strings..." checked or NAME with "treat return strings..." unchecked Thanks Link to comment Share on other sites More sharing options...
Dan Korn Posted April 25, 2011 Share Posted April 25, 2011 return Field("Name") + '<color name=red>' + Left("000000000000000", 15 - Field("Name").length); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.