Hi
I'm having a difficult time deleting a line from a flat file. I'm hoping that one of you guys can help me with this.
Let's say I have a flat file "database.txt" which contains the following line:
This is line 1
This is line 2
This is line 3
This is line 4
This is line 5
This is line 6
This is line 7
This is line 8
Now, I want to delete, lets say, "This is line 4". How can I do it? Please help me.
Thanks