Jan 9, 2004 #1 TIPtip Programmer Jan 5, 2004 9 SI val(NZ( .[field],0)) returns zero 0 then i calculate : 0 - 123.44 and returns -123 and i lost 0.44. How to handle this?
val(NZ( .[field],0)) returns zero 0 then i calculate : 0 - 123.44 and returns -123 and i lost 0.44. How to handle this?
Jan 9, 2004 #2 nicsin Programmer Jul 31, 2003 743 GB what is the datatype of the variable you are assigning the result of the subtraction? Upvote 0 Downvote
Jan 9, 2004 Thread starter #3 TIPtip Programmer Jan 5, 2004 9 SI in table a field is Double, format standard and decimal places 2 i have this calculating in qwey Upvote 0 Downvote