I need to read in a csv file created by MSExcel into an array. The file contains 750 rows of 5 sets of numbers some int. some float. the format looks like this: 301,36,0.285,2.88,15.000
302,88,0.247,2.88,75.500
How do I read this data in a 'C' program without the commas, and then rewrite it with changes that will be made programically.
Thanks in advance
Alfarata