I have a textfile with some data in it with this style: ID, Box1, Box2, Box3, Box4, Box5, Box6, Box7, Box8, Box9, Box10, Box11, Box12, Box13, Box14
The Id is always 7 digits long. and in the other fields will stand a time or can also be null. Now i have to check if an ID is already existing. If the Id is existing i want to save this line int an array seperated by the",", to do then changes to the times or to add one. And after this array should be rewritten in the textfile.
How to do it??