The result should be something like 0.001 but it rounds the number to 1.
I tried dimming the variable as long, double, int64, but didn't work.
Any way to do this?
Thanks in advance.
The result should be something like 0.001 but it rounds the number to 1.
I tried dimming the variable as long, double, int64, but didn't work.
Any way to do this?
Thanks in advance.
double works.. heh.
sorry.
decimal should work as well.;)
The reason being that Int64, Long,Short, and Integer are all whole number variables.