so I wanted to create a multi dimensional array using a loop and stringsplit function, it'd be all great but if the loop goes on over 100 times, the script wont run and will return the following error: ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.
for $i = 1 to 100
$array2 = stringsplit($array[$i],",")
Next
the loop as it is wont let the script compile or even run, if I decrease the 100 to 99 however, the script runs fine. the thing is I n