File Name: AutoIt v3.3.11.1 Beta
File Submitter: Jon
File Submitted: 04 Jan 2014
File Category: Beta
3.3.11.1 (4th January, 2014) (Beta)
AutoIt:
- Fixed: Stack overflow with deep nested includes.
- Fixed: FileSelectFolder() not working correctly with title and root parameters.
- Fixed: StringIsSpace() for null characters.
- Fixed #2478: Assign() and Eval() do not restrict variable names.
UDFs:
- Changed: Constant variables are now used in the UDFs rather than their value.
Notes for Windows 8 Users
When multiple programs register the same file associations (Stable+beta) then we can no longer toggle between beta and stable versions programatically. You must select a .au3 file, right-click and choose "open with", then "choose default program" and select beta or stable.
Use the following script to verify which version you are running:
MsgBox(0, "Version", @AutoItVersion)