put 10.27 into tNumber put the trunc of tNumber into tInteger put tNumber - tInteger into tDecimal put 100 * tDecimal into tNew Decimal put tNewDecimal -- put the trunc of tNewDecimal
= 27 On May 19, 2006, at 12:04 PM, Peter T. Evensen wrote:
put 10.27 into tNumber put the trunc of tNumber into tInteger put tNumber - tInteger into tDecimal put 100 * tDecimal into tNew Decimal -- put tNewDecimal put the trunc of tNewDecimal
= 26 I don't get it either. _______________________________________________ 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
