I am saving an excel file as .csv file which makes it have the style of:
58884,1,2912,3,,0,0,3_A,05-May-11,3,5,2,7.18161941,
so it makes all the columns separated by commas. When I read the array I have the data being put into a float array. How can I separate the commas from the numbers I really want? Thanks for the help!