IO help?

donavan

New member
Joined
Aug 28, 2009
Messages
3
Programming Experience
1-3
I need some help and I'm not sure what to search for to find the answer. I have a program that is writing an array of variables to a text file using "|" as a separator between each variable. This part works fine. However i need to do some error checking against the file so that the user can't duplicate the same ID#. Which means i need to read the file back and then overwrite any line of text that has the same ID#. This is where I am confused I remember doing this years ago in VB5 but now that I'm using 2008 and the years have passed I don't even know what I'm looking for.


Thanks

Donavan
 
Back
Top