Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on June 03, 2019, 12:55:49 PM
-
Hello Charles, please try this on a 64 bit compilation:
numberformat(d2,1,0,1,1,0)
print str(20)
numberformat
The 3rd parameter is scientific notation, but its off, yet, scientific notation is always forced, even for small numbers...
-
That was a 32bit/64bit parameter problem. Now fixed in RTL64.inc
Thanks Brian
-
Glad to help. :)