- Dec 8, 2002
- 531
- 0
- 0
My group and I are working on a project for visual basic class and we've got to delete a record from a text file and save the updated file...we are having problems deleting just one record and saving the file....HELP
Originally posted by: cyberphant0m
That seems like a very crude way of doing it... Try this (sorry for pseudo-code, but im not very good with VB):
Originally posted by: cyberphant0m
That seems like a very crude way of doing it... Try this (sorry for pseudo-code, but im not very good with VB):
- Open the file
- Copy each line as a new element to an array. That way you have an array where each record is a different element.
