Hi all
I want a variable to store decimal values eg
2.73
-0.04
however when I define the variable as long or as integer & I set the variable
the values are not stored.
the variable result is either
the next rounded number eg 2.73 to 3
or just contains 1.
can someone please let me know how I should define my variable?
many thanks Diana
can