Hi all,
I would like to request for an example of writing a datalog (*.DAT) file which could do this.
Datalog file.
NAME: AGE: SEX: (header)
john 16 M (data)
marie 55 F
Dolah 34 M
The program can also let me to add in new data and then store in the same file.dat. The data (hopefully) can be written to the bottom of the last saved entry of data. (eg. after the row Dolah).
I need to do this so that I can open and read back the datalog file and use the data for other purpose.
Please help,
juni