text files
-
Hi Im a beginner and need some help How do i write to a text file that already has data in it. I basically want to insert the values i put in my textboxes as a new record in my txtfile. It must not create a new file or delete the existing records. Also, i know i should put all the textbox values into an array, but how do i write this array seperated by commas to my txtfile? ie. textfile looks like this: John,15,motorbike,20,12 Luke,12,car,24,11 Please could someone help me out
-
Hi Im a beginner and need some help How do i write to a text file that already has data in it. I basically want to insert the values i put in my textboxes as a new record in my txtfile. It must not create a new file or delete the existing records. Also, i know i should put all the textbox values into an array, but how do i write this array seperated by commas to my txtfile? ie. textfile looks like this: John,15,motorbike,20,12 Luke,12,car,24,11 Please could someone help me out