Hi,

I have a text file that I want to edit...

I want to deleteall empty lines from it.

I can open the file and rewrite the content (without the empty lines) to another file... but the code looks messy and SLOW!

Can you please help ?

Some lines are totally empty, but others have spaces... i want to delete all the lines that don't have text..


Thanks