Hello,
I am having some trouble in importing a CSV file into an array. The CSV file has multiple columns, and what i really wanted to end up doing is getting the element inside each block of the CSV file. So far i've only been able to get a row into a variable.
End result, i would like to find what's inside of each cell as to give it a number and store it inside my own 2-d array.
Thanks for the help!