Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on June 03, 2019, 12:55:49 PM

Title: Scientific notation always forced on 64 bit.
Post by: Brian Alvarez on June 03, 2019, 12:55:49 PM

 Hello Charles, please try this on a 64 bit compilation:

Code: [Select]
    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...
Title: Re: Scientific notation always forced on 64 bit.
Post by: Charles Pegge on June 04, 2019, 02:02:45 AM
That was a 32bit/64bit parameter problem. Now fixed in RTL64.inc

Thanks Brian
Title: Re: Scientific notation always forced on 64 bit.
Post by: Brian Alvarez on June 04, 2019, 11:41:54 AM
Glad to help. :)