R
RD
The statements
The value passed to Amount by the function call is 111111111111111.98 and is
a double
then we 4execute the following code snippet
Dim New_amt as string
New_amt = Format(amount, "000000000000000.00")
The new_amt value returned is
"111111111111112.00"
Which is wrong.
Does any one know why and how to work around thisÉ
Thanks
Bob
The value passed to Amount by the function call is 111111111111111.98 and is
a double
then we 4execute the following code snippet
Dim New_amt as string
New_amt = Format(amount, "000000000000000.00")
The new_amt value returned is
"111111111111112.00"
Which is wrong.
Does any one know why and how to work around thisÉ
Thanks
Bob