
August 29th, 2000, 02:36 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
number manipulation
<i><b>Originally posted by : marcus (marcus@etheron.net)</b></i><br /><br />I want to add to variables, but I am habing troubles with decimal, any idea how to do it?<br /><br />ej:<br /><br />A=234.99<br />B=23456.99<br /><br />result = A+B<br /><br />I am getting this: 2369198 instead of 23691.98<br />for what I can see is ignoring the decimal. I have tried with CDBL and nothing.<br /><br />Help please!
|