Visual Basic 6

EN NL TR

The previous snipset

Home

The next snipset

Code to remove emtpy lines from a text file

What does this code do?

It opens two files, a source files and a target file.  The source files contains text and all text except empty lines will be written to the target file.  The procedure doesn't do any error checking, so if an error occurs it will break.  Also note that the target file should have a different name than the source file.


 

The previous snipset

Home

The next snipset