Hello,
First time in here and already stumbling over the good old array functions again (did have same issues in VBA).
Here is what I try to achieve:
I have a userform which I like to populate with data from a CSV file that uses ; as separation marks.
I found the following parser for the array:
http://www.autoitscript.com/forum/topic/143994-csv-parsing/
This clearly shows my array coming from the CSV file.
However the problem is how do I get, for example, the data from row 3 column 5 shown as text on a label?
For some reason I cant figure it out.
I would say following would work but it doesn't:
Thanks in advance.
Regards,
Demeter