Hellow.
I try to sum some numeric variables which can have decimals or not. The problem is that webfocus doesn´ t sum the decimal part. Example;
-SET &A = 8000;
-SET &B = 1.1;
-SET &C= &A + &B;
An the results are:
&C = 8001; instead of 8001.1
Can someone help me?
Thanks
I try to sum some numeric variables which can have decimals or not. The problem is that webfocus doesn´ t sum the decimal part. Example;
-SET &A = 8000;
-SET &B = 1.1;
-SET &C= &A + &B;
An the results are:
&C = 8001; instead of 8001.1
Can someone help me?
Thanks