Jump to content

Creation of Two Diamentional array


Recommended Posts

Global $Array[2][2]

$Array[0][0]="Upper-Left"

$Array[1][0]="Lower-Left"

$Array[0][1]="Upper-Right"

$Array[1][1]="Lower-Right"

I would suggest reading through the help file to get a broad-brush idea of how stuff works in AutoIt.

Hope this helps! :)

Link to comment
Share on other sites

Hi All,

Anybody plz tell me how to create the Two diamentional Array in autoIt with Example?

Just so you know, this should be in the support part :) Take a look up and gaze into that read the bit in the red.
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...