2wayparadise
Programmer
How can I assign floating point value to amper variable, it only handle integer value
-SET &FV = 3.10;
-SET &FV = &FV + 0.25;
-TYPE &FV
and the result is 3 instead of 3.35
Any idea ?
-SET &FV = 3.10;
-SET &FV = &FV + 0.25;
-TYPE &FV
and the result is 3 instead of 3.35
Any idea ?