mutleey Posted 5 hours ago Posted 5 hours ago Recently, I saw a script from a colleague on a German forum that used a few lines like the following example: Local $Var[] $Var.Name = "Ralf" $Var.Age = "36" $Var.Height = "1.88" My question is: is this correct? And how does AutoIt interpret these variables – Array, Object, regular variable? In case anyone wants to know which script it is... https://autoit.de/thread/88544-window-looper/
Solution ioa747 Posted 5 hours ago Solution Posted 5 hours ago (edited) look for https://www.autoitscript.com/autoit3/docs/functions/Map Management.htm Edit: example of using: 212138-maps-getset-from-to-ini-file Edited 5 hours ago by ioa747 mutleey 1 I know that I know nothing
mutleey Posted 4 hours ago Author Posted 4 hours ago I wasn't yet familiar with the Map functions... Thank you. @ioa747 ioa747 1
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