> I ran your script and received the right results: > > 2/3 - integer: 0.2,float: 0.666666666666667
This is the WRONG RESULT! Both calculations shouls show the same result. May be a difference in the number of decimal places only. My point was that the % seems to return a FALSE RESULT (but not always!?) Mod is the reminder after a divison shown in the integer format. So, if I form an expression as: expr (20/3 ++ "." ++ 20%3) I should get the same result as float.division (20,3): 6.6666 and not 6.2! regards, Davor Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
