if i have the following data in a text file;
BHp,"12 feb 2006",32.42,242 4.35,3535.535
BHP,"13 feb 2006",434.35,35 35.5454,353
and so on
using fgets how can i get the program to read the column of BHP, date
each by itself
BHp,"12 feb 2006",32.42,242 4.35,3535.535
BHP,"13 feb 2006",434.35,35 35.5454,353
and so on
using fgets how can i get the program to read the column of BHP, date
each by itself
Comment