Author Topic: Scientific notation always forced on 64 bit.  (Read 899 times)

0 Members and 1 Guest are viewing this topic.

Brian Alvarez

  • Guest
Scientific notation always forced on 64 bit.
« 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...

Charles Pegge

  • Guest
Re: Scientific notation always forced on 64 bit.
« Reply #1 on: June 04, 2019, 02:02:45 AM »
That was a 32bit/64bit parameter problem. Now fixed in RTL64.inc

Thanks Brian

Brian Alvarez

  • Guest
Re: Scientific notation always forced on 64 bit.
« Reply #2 on: June 04, 2019, 11:41:54 AM »
Glad to help. :)