Jump to content

AutoIt v3 Beta [v3.0.80]


Jon
 Share

Recommended Posts

  • Administrators

http://www.hiddensoft.com/autoit3/

3.0.80

- Changed: Number to String conversions tweaked

- Fixed: Massive bug fixed with arrays introduced in 3.0.76

- Fixed: Line continuation crash

- Changed: (Internal) script reading code updated for Aut2Exe and merged with AutoIt

3.0.79

- Added: Lines can be continued over many lines - use _ at the end of a line to continue it (as VBScript)

- Added: Single line IF statements possible

- Changed: Maximum line length (including total of combined lines) increased from 1023 to 4095 characters.

- Changed: "Then" keyword in IF statements no longer optional (helps with single line IFs)

e.g.

MsgBox(0, "Test", "This is some text _

And more text _

And even more text")

3.0.78

- Changed: Variants work differently - no longer a seperate INTEGER type

- Changed: Float() changed to Number()

All numbers now 15digit precision (internal C double type)

Also affects Random() you will get floating point numbers back unless you use Int()

with the result

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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