Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

for $var in $arr

$
0
0
[ autoit ]      
Local $arr[4] $arr[1]=["ayz", 123, 11] $arr[2]=["byz", 123, 22] $arr[3]=["cyz", 123, 33] for $var in $arr ;    some_func("ayz", 123, 11)      some_func($var.split[1], $var.split[2], $var.split[3]) next

i think this example explains the loop im trying to accomplish.... how can i set array split into 3 values

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>