I need to read in a multiple lines of data... how do i go about doing this? here is what my data looks like.
Like i understand i need to read it in as a string and then switch it to an array. but do i have to put it in a loop
to get it to go to the next line to read in?
02:06:30,01/01/2012,Sensor 1,0.75,1.06,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.81,Sensor 2,4.59,Sensor 3
02:09:35,01/01/2012,Sensor 1,0.71,1.03,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.78,Sensor 2,4.59,Sensor 3
02:12:28,01/01/2012,Sensor 1,0.78,1.03,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.78,Sensor 2,4.59,Sensor 3
02:15:25,01/01/2012,Sensor 1,0.71,0.96,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.78,Sensor 2,4.59,Sensor 3
02:18:29,01/01/2012,Sensor 1,0.71,0.96,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.78,Sensor 2,4.59,Sensor 3
02:21:31,01/01/2012,Sensor 1,0.78,0.96,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.75,Sensor 2,4.59,Sensor 3
02:24:28,01/01/2012,Sensor 1,0.78,0.87,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.81,Sensor 2,4.59,Sensor 3
02:27:32,01/01/2012,Sensor 1,0.62,0.96,W,W,01:58:37,01/01/12,0.00,WET,0.000,-,-0.75,Sensor 2,4.59,Sensor 3