Jump to content

Variable with multiple values


Recommended Posts

Its possible using an array

local $aPositions[4] = [12, 44, 192, 444]

For $i = 0 To ubound($aPositions)-1 Step 1
    MsgBox(0,$i,$aPositions[$i])
Next
GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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