Jump to content

Scientific notation changed in 3.1?


Klaatu
 Share

Recommended Posts

Run this script in both 3.0.102 and 3.1:

$TIMEOUT = 1e9
MsgBox(1,"TimeOut","Timeout = " & $TIMEOUT)

3.0.102 result is "Timeout = 1000000000".

3.1 result is "Timeout = 1"

Did the acceptance of certain forms of scientific notation change in this newest version of AutoIt? I see no mention of it in the changelog.

My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
Link to comment
Share on other sites

  • Administrators

Run this script in both 3.0.102 and 3.1:

$TIMEOUT = 1e9
MsgBox(1,"TimeOut","Timeout = " & $TIMEOUT)

3.0.102 result is "Timeout = 1000000000".

3.1 result is "Timeout = 1"

Did the acceptance of certain forms of scientific notation change in this newest version of AutoIt? I see no mention of it in the changelog.

The code is still there for accepting that so I'm not sure what's changed...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...