Quick VB6 question...

Paunchy

Member
Sep 19, 2001
126
0
0
Is it possible to delete records from sequential access files, and if so, what would be the best method? Thanks in advance.
 

bot2600

Platinum Member
May 18, 2001
2,075
0
76
load the whole thing into an array and delete the item you dont want and write the whole thing back out?