• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick VB6 question...

Paunchy

Member
Is it possible to delete records from sequential access files, and if so, what would be the best method? Thanks in advance.
 
load the whole thing into an array and delete the item you dont want and write the whole thing back out?
 
Back
Top