-
Topic
-
I’m adding to field values with decimals. The sum Variable seems to be ok but when i load the result in a text field, the result has more decimals…
x=CSng(field1.text): field contains 10
x=x+CSng(field2.text): field contains 4.04msgbox x: result is 14.04
field3.text=x: result in field3.text is 14.039999996….
what’s wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.