Money Script

Charles Szasz cszasz at mac.com
Tue Aug 9 15:08:14 EDT 2011


I found the following to work just as well for fields without using functions:

on closeField
if me <> empty
   then
      put me into tNum
      put format("$%1.2f", tNum) into me
      end if
end CloseField


Charles Szasz
cszasz at mac.com







More information about the use-livecode mailing list