Jump to content

Recommended Posts

Posted

Nice approach

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Added to the Wiki

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I made a couple of changes @Jefrey

Func JSON() ; As it's a constructor, remove the new prefix
    Local $aSelf[1][3] ; Use Local instead of Dim, as Dim should be used in special cases
    Return $aSelf
EndFunc

; ----------

 

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
  On 7/12/2015 at 7:12 PM, guinness said:

I made a couple of changes @Jefrey

; Use Local instead of Dim, as Dim should be used in special cases

please explain the proper use of Dim, as I'm clueless of it's proper use.
Local, Global and ReDim I get. Dim, I don't.

Thanks

Edit: I get it. after declared I could Dim as it's already declared as Local or Global

Edited by argumentum
got it :)

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted

The help file explains it quite well under Dim.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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
×
×
  • Create New...