David Bovill wrote:
I can never get this working... or has something changed? I want
a number
formatted to 2 chars and padded with leading zeros if it is only
1 digit. I
thought numberformat did this (for containers as well as fields
by forcing a
calculation by adding zero. So:

    set the numberformat to "00.######"
    put item 1 of someDate + 0 into y
    put item 2 of someDate + 0 into someMonth

Well its not working now. I get "8" instead of "08" for this
month?

What happens in your script after the last line you posted?

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to