J
joe blow
I took over someone's project and there are some glitches
in the program. I narrowed it down to the cdbl function.
There is a number in a variable with the value 148.10
after converting that to a double, the number is 148.1
These are really 2 different records, so things are
getting mixed up. I'm trying to figure out if the cdbl
function is necessary. anyways, converting a number with a
zero on the end to a double drops the zero. Is there some
way to keep it on?
tia!
in the program. I narrowed it down to the cdbl function.
There is a number in a variable with the value 148.10
after converting that to a double, the number is 148.1
These are really 2 different records, so things are
getting mixed up. I'm trying to figure out if the cdbl
function is necessary. anyways, converting a number with a
zero on the end to a double drops the zero. Is there some
way to keep it on?
tia!