Hello
if i have :
Array1=[1,2,3,4]
Array2=[a,b,c,d,e,f,j]
Array3=[apple,banana]
.
.
.
how i can call and check array by name
system > for 0 to Array[loopIndex]
Or
system > set value >some variable = Array[XX].At(index)
i do this by call every array but this is not effective , if i need to update something i nedd to update code for all Arrays on my project