Jump to content

Recommended Posts

Posted

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/

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
×
×
  • Create New...