eric.dizon
24th December 2014, 00:15
This may be a dumb question :
Is there any baan function that would convert the result of integer operation to double ? So I eliminate the Warning: A long divided by a long also gives a long.
double x, x1
long y
x = x1 + convert.to.double(y/1000)
Regards
Is there any baan function that would convert the result of integer operation to double ? So I eliminate the Warning: A long divided by a long also gives a long.
double x, x1
long y
x = x1 + convert.to.double(y/1000)
Regards