Click to See Complete Forum and Search --> : FileSystemObject


slyfox
09-17-2005, 02:01 PM
Hi All

How do I remove empty lines from a text file?

Thanks

slyfox
09-20-2005, 11:38 AM
Don't worry, I got the answer. There's no quick fix using the filesystem, you have to go through the process of looping through the file and finding empty lines and rewriting non-empty lines into a variable before saving the new content to the file.

Here's more info if needed: http://www.aspfaq.com/show.asp?id=2039