P Paunchy Member Sep 19, 2001 126 0 0 Apr 28, 2003 #1 Is it possible to delete records from sequential access files, and if so, what would be the best method? Thanks in advance.
Is it possible to delete records from sequential access files, and if so, what would be the best method? Thanks in advance.
B bot2600 Platinum Member May 18, 2001 2,075 0 76 Apr 28, 2003 #2 load the whole thing into an array and delete the item you dont want and write the whole thing back out?
load the whole thing into an array and delete the item you dont want and write the whole thing back out?