Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Howot get data from Array

$
0
0

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:

#include <array.au3> #include <CSV.au3> $rc = _ParseCSV("treintijden.csv", ";" ) For $i = 0 To UBound($rc)     _ArrayDisplay($rc)     ; You can now use the array as necessary Next    msgbox $rc[3][5]

Thanks in advance.

 

Regards,

Demeter


Viewing all articles
Browse latest Browse all 12506

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>