I'm fairly new to autoit and I'm having issues with reading from my array. My scripts is basically as follows:
The $NoElements variable returns the correct number of elements in the array (+1) however when I try to display the values in a message box I get the range exceeded error. I tested the _FileWriteFromArray after I created the array so I know its not empty.
Can someone point out where I'm going wrong.