File Name: AutoIt v3.3.13.6 Beta
File Submitter: Jon
File Submitted: 18 Jul 2014
File Category: Beta
3.3.13.6 (18th, 2014) (Beta)
AutoIt:
- Changed: Tables now called Maps. IsTable() now IsMap()
- Changed: All Is... functions and UBound() now using internal ByRef optimization.
- Changed: Numerous internal rewrites for Dim, Local, Global, Static. Function param passing. Testing needed!
- Added: Test versions for MapAppend(), MapExists(), MapKeys() - dot notation versions still available for now.
- Fixed: Regression with Dim $var = [1,2] syntax.
UDFs:
- Fixed: Undeclared variable in File.au3 due to internal changes.