Hi guys
Im working on a script to parse a CSV file (delimited with ;'s)
I read the file to an array then i want to use a nested loop to step through the array use stringsplit() to create a second array
thuse far my attemts either return a huge empty array or give an Array variable has incorrect number of subscripts or subscript dimension range exceeded.: error
Could someone cast an eye over my code and tell me what im missing?
Thanks
Grant
Im working on a script to parse a CSV file (delimited with ;'s)
I read the file to an array then i want to use a nested loop to step through the array use stringsplit() to create a second array
thuse far my attemts either return a huge empty array or give an Array variable has incorrect number of subscripts or subscript dimension range exceeded.: error
Could someone cast an eye over my code and tell me what im missing?
[ autoit ]
Thanks
Grant