Jump to content

Recommended Posts

  • Administrators
Posted

File Name: AutoIt v3.3.13.13 Beta

File Submitter: Jon

File Submitted: 31 Jul 2014

File Category: Beta



3.3.13.13 (31st July, 2014) (Beta)
AutoIt:
- Changed: PCRE regular expression engine updated to 8.35.

- Added: FileSetEnd() example.

- Fixed #2363: Call() with invalid user function was not setting @error correctly when used as an expression within another function call.
- Fixed #2364: Call() with CallArgArray and no parameters.
- Fixed #2789: With EndWith parameter issue.

AutoItX:
- Changed: AutoItX3.psd1 renamed to AutoItX.psd. PSModulePath updated on install so that the system will auto-import.

Others:
- Fixed: Using a static filepath instead of a temporary file.



Click here to download this file

Posted
  On 7/31/2014 at 10:56 AM, Jon said:

- Changed: PCRE regular expression engine updated to 8.35.

Nice.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

It does seem as though referencing variables via With within If statements does have an issue.

if .SciTE1.Messages($message) Then
    .Model.ReloadProperties() ; Error: Variable must be of type "Object".
EndIf

if .SciTE1.Messages($message) Then
    $this.Model.ReloadProperties() ; However, when I add the $this variable back then it runs fine.
EndIf
Edited by jaberwacky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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