Hi all,
Good day to all.
I trying to do a program using VC++ window form that involved loading the data from .csv file and displayed it into the window form with labels. Vice versa, when the user key in data, four of the below show column values will changed, i can made the values changes accordingly within the form.
However, i do not know how to do the saving of the data back to csv or load the data from csv into window form.
Below shown is the sample containing the 1st row of 28 column then every row are the same with different values. And its fixed with 38 row by 28 column of data.
Lets make it simple say i want to change the value in column 6( which is 4) to 8 and column 1 (which is Name) to john, how can i do it simply if i were to do it with all 38 rows. The last three column are also a headache as they contained lot of commas and its not fixed.
Any advices, pointers will be greatly appreciated. Thanks in advance.
"Name",,"0","0",,"4","1","5",,"3","1","1","5",,"1","2","2","1","6",,"5",,"21",,"","1,2,16,20,21","7,9,13,17,18","3,6,11,12,14,15"