Jump to content

AutoIt Uber Beta [v3.0.79]


Jon
 Share

Recommended Posts

  • Administrators

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

I've added a couple more things to this beta. Again, it's possibly unstable but if I don't get any bugs reported today I'll assume it's OK and release it as a normal beta. :whistle:

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")

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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