formatting data in a field

David Coker davidocoker at gmail.com
Sat Apr 3 07:49:38 EDT 2010


> David,
>
> put 3.1666 into mySum //result of your calculation
> set the numberFormat to "0.00" // you can do this earlier in the script
> put mySum*1 into fld "Sigh" // calculate to make numberFormat work
>
> --
> Best regards,
>
> Mark Schonewille

...I could have sworn that I had already tried that, but your example
definitely works just as I need it to.
Thank you Mark!

Best regards,
David C.



More information about the use-livecode mailing list