Hi Bob, > Am 15.02.2018 um 18:20 schrieb Bob Sneidar via use-livecode > <[email protected]>: > > I have this in a script: > > on mouseUp > set the numberFormat to "0.00" > put 1.00+1 into tpoextprice > breakpoint
put tpoextprice > end mouseUp > At this point tpoextprice is 2. Not mind you, 2.00, just 2. Adding this, will put 2.00 into the message box. LC 8.1.9, Mac. So maybe the debugger does just not display the correct number? > Either I am missing something (again) or else numberFormat is broken. > > Bob S Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
