|
-
March 27th, 2001, 04:59 AM
#1
FSO
Is it possible to read through a file a line at a time and delete whatever lines meet a criteria that you set?
-
March 27th, 2001, 08:05 AM
#2
Re: FSO
You can read 1 line at a time, but you cannot delete it. If you need to delete certain lines, just read line by line and line that you don't want to delete write to the different file. Skip to write lines that you don't want to delete. When you finish writing to the new file, delete the old one and rename the new one.
Iouri Boutchkine
[email protected]
-
March 27th, 2001, 08:11 AM
#3
-
March 27th, 2001, 08:49 AM
#4
Re: FSO
Rate it if it helped you
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|