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
csz...@mac.com




_______________________________________________
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