Trying to convert a CSV file to a 2 dimensional array
the line looks something like this
123456, 08/15/2001, 2:39:40 AM, 2:41:29 AM, 49 secs
123654, 08/15/2001, 2:49:40 AM, 2:51:29 AM, 49 secs
I open the file and do line input,
then I want the line to be put into a two dimensional array
the...