Fletch Posted June 26, 2009 Posted June 26, 2009 I'm using the 'return CurrentRecordNumber' command to number a job form 1 to 1000. However, I need the all the numbers to carry 4 digits. Where do I tell it to lead with zeroes?
Dan Korn Posted June 26, 2009 Posted June 26, 2009 return FormatNumber("0000", CurrentRecordNumber());
Fletch Posted June 29, 2009 Author Posted June 29, 2009 Thanks. That worked perfect. Is that kind of information in the manual? Or somplace where I can find it? Or do I need to know programming languages?
Dan Korn Posted June 30, 2009 Posted June 30, 2009 Thanks. That worked perfect. Is that kind of information in the manual? Or somplace where I can find it? Or do I need to know programming languages? Yes, if you open up the FusionPro Rules System Guide and search for "FormatNumber" you will find several examples. Or you can search this forum. You don't need to know a lot about programming, but you should read through that guide and try to familiarize yourself with a few basic rules.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.