Table from CSV
Hello, its there any easy way how to get "table from CSV" to two dimensial array ?
Example:
1997,Ford,E350,2.34
2000,Mercury,Cougar,2.38 |
to array on position
0,0 = 1997
0,1 = Ford
0,2 = E350
0,3 = 2.34
1,0 = 2000
1,1 = Mercury
ETC.
bump
Topic archived. No new replies allowed.