ADD/EDIT Your Data (Adventures in Data Land!)

Programming Tools, Tips, and Tutorials.
Post Reply
Welopez
Posts: 56
Joined: Fri Jan 07, 2005 11:16 pm
Location: Currently living in Riverside, CA
Contact:

ADD/EDIT Your Data (Adventures in Data Land!)

Post by Welopez »

Now that you have a program to edit/display records in a data file, you'll occasionally need to add a new record, or edit an existing record.

Writing blocks of code in the main program automates these tasks to reduce mistakes.

In this program: OPEN a TXT file for INPUT, OPEN a TXT file for OUTPUT, OPEN a TXT file for APPEND. EDIT the records in an ARRAY and SAVE changes to a TXT file.

Feel free to modify any code for your own purposes.
Attachments
Editing_DATA_File.zip
(2.66 KiB) Downloaded 870 times
Post Reply