Robin Posted April 4, 2009 Posted April 4, 2009 ive seen guys do scripting with ($PROGRAM[$x][1])...What does the [$x][1] mean? (the brackets) I only know the ($PROGRAM,$x,1)... i cant seem to find an explination for it in the help file... thanks guys
Moderators SmOke_N Posted April 4, 2009 Moderators Posted April 4, 2009 ive seen guys do scripting with ($PROGRAM[$x][1])...What does the [$x][1] mean? (the brackets) I only know the ($PROGRAM,$x,1)... i cant seem to find an explination for it in the help file... thanks guyshttp://www.autoitscript.com/wiki/Arrays Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
isolation Posted April 4, 2009 Posted April 4, 2009 Hi Robin The variable you see is an array it can contain more than a variable You should study some programming bases
Moderators SmOke_N Posted April 4, 2009 Moderators Posted April 4, 2009 Hi RobinThe variable you see is an arrayit can contain more than a variableYou should study some programming basesI believe you mean basics? It was a legit question. For many of us, AutoIt was our first language... some are spoiled with speedy responses to seemingly easy questions. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Robin Posted April 4, 2009 Author Posted April 4, 2009 (edited) Hi RobinThe variable you see is an arrayit can contain more than a variableYou should study some programming basesYeah..i see that too...Although, with the little knowlege i have icw programming, i must say, with the little i had to work with, i wrote some quite powerfull programs (Utilities) with NO Arrays PS: I must admit...I take my hat off to the Developers of this program...and yes, this IS my first programming language...and i LOVE it... Edited April 4, 2009 by Robin
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now