JohnOne Posted November 19, 2009 Posted November 19, 2009 (edited) Been having a look at the function to see how it works.How wrong would I be, saying it seems just like an array ?The example given of scripting.dictionary from this post for example, seems just to be creating some sort of array of words.If you were just working with text or numbers, and I'm not totally off the mark, which would be the most efficient to use ? Edited November 19, 2009 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
PsaltyDS Posted November 19, 2009 Posted November 19, 2009 The difference is how they are indexed. You have to use and integer index to access and array. You can use string names for the elements in a Scripting.Dictionary, like "FirstName", and "LastName". Which to use depends on what you want to accomplish. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
JohnOne Posted November 20, 2009 Author Posted November 20, 2009 Thanks PsaltyDS. I was wondering what the difference was. Cheers AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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