Hi,
I have a multidimensional array, and I want to use a part of it to pass it to a Func
Below is an example of what I want to do.
First I declare my array and fill it with values.
Then I use a For ... in ... Next to pass the two dimensional sub array to a function MyFunc
In the Function MyFunc I want to handle the parameters
For me, this seemed a logic way to do this but AutoIt doesn't seem to follow my logic :-)
Is there a way to make this work?
I have a multidimensional array, and I want to use a part of it to pass it to a Func
Below is an example of what I want to do.
First I declare my array and fill it with values.
Then I use a For ... in ... Next to pass the two dimensional sub array to a function MyFunc
In the Function MyFunc I want to handle the parameters
[ autoit ]
For me, this seemed a logic way to do this but AutoIt doesn't seem to follow my logic :-)
Is there a way to make this work?