|
-
Mar 26th, 2005, 01:03 PM
#2
Re: Opening text file and removing a Line?
There is no way to simply "remove" any line from a text file - you'll have to re-write your file. So, open it For Input, loop through each line (LIne Input ...) untill EOF (end of a file), find the one you need and populate textbox. To determine file size use FileLen() function.
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
|