beginner222
Programmer
- Sep 20, 2006
- 2
hey guys,
i am trying to read a csv file into an 3d array.
the file format is the following:
ABC,"12 aug 2006",323.343,5454,4545.4545.4545...
..
...
...
...
for 762 rows and 7 columns.
how can i read this file into a 3D array, one for the column one for the rows and one for the length of the stream..
thanks guys.
i am trying to read a csv file into an 3d array.
the file format is the following:
ABC,"12 aug 2006",323.343,5454,4545.4545.4545...
..
...
...
...
for 762 rows and 7 columns.
how can i read this file into a 3D array, one for the column one for the rows and one for the length of the stream..
thanks guys.