06-10-2012, 07:57 AM
Hi,
I'm facing a very strange issue with cdbl function.
Please help me on this.
I've a variable of type string called vIncome having a value of "238.57"
O/p of Print statements:
Print "Value of vIncome is: " & 238.57
Print "Value of cdbl(vIncome) is: " & 23857 ---- Here is the issue. It should be 238.57 instead of 23857
Please help me to resolve it.
Many thanks,
Best Regards,
Tarun Suneja
I'm facing a very strange issue with cdbl function.
Please help me on this.
I've a variable of type string called vIncome having a value of "238.57"
O/p of Print statements:
Print "Value of vIncome is: " & 238.57
Print "Value of cdbl(vIncome) is: " & 23857 ---- Here is the issue. It should be 238.57 instead of 23857
Please help me to resolve it.
Many thanks,
Best Regards,
Tarun Suneja