Hello, I would like to know if it is possible to delete from a sequential file? I'm using an FSO and text stream to write and read, but I would like to delete from the file also. Is it possible? Thanks for your help in advance!!!
Printable View
Hello, I would like to know if it is possible to delete from a sequential file? I'm using an FSO and text stream to write and read, but I would like to delete from the file also. Is it possible? Thanks for your help in advance!!!
You would have to open file into a variable (or a Textbox), delete the things that you want to delete and then rewrite the file again.