Klaatu Posted February 9, 2005 Posted February 9, 2005 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!
Administrators Jon Posted February 10, 2005 Administrators Posted February 10, 2005 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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now