Hi,

I can't seem to get the numberFormat working.

I want a number with zeros in front up to 3 places. I'm trying with no luck:

   set the numberFormat to "000"
   
   put (1 + 0) into paddedNumber


paddedNumber is always 1, not 001 which I want.

Any suggestions?


Peter Bogdanoff
UCLA
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to