File Name: AutoIt v3.3.11.3 Beta
File Submitter: Jon
File Submitted: 15 Jan 2014
File Category: Beta
3.3.11.3 (15th January, 2014) (Beta)
AutoIt:
- Fixed #2613: AutoIt crashes whenever an array value returned from a WMI query is null.
- Fixed #2309: Bad conversion of VT_BSTR COM variants when the referenced string is null.
UDFs:
- Changed: Re-wrote _PathFull() and _PathGetRelative() to use native WinAPI functions.
- Changed: Re-wrote _DateDayOfWeek() using new syntax.
- Changed: Re-wrote _FileWriteToLine() to use FileReadToArray().
- Changed: Re-wrote _DateDayOfWeek() which can now return the days of the week of the user's locale.
- Changed: _FileReadToArray() now returns a 1D/2D array.
- Changed: Re-wrote _DateToMonth() which can now return the months of the user's locale.
- Added: 5 second timer to _GetIP() between each public IP retrieval. This is to reduce overloading the IP discovery sites.
- Added: $STR_REGEXP* contants in StringConstants.au3 for StringRegExp().
- Fixed: _INetSmtpMail() SmtpServer IPaddr checking.
- Fixed #2618: _StringBetween() behaviour when $sStart and $sEnd are identical.