How can I delete blank lines from a text file? I used
!macro ReplaceInFile "$\r$\n$\r$\n" "$\r$\n"
...but for some reason it's not working properly. Other combinations of linefeed/carriage-return don't work either. 😳
Quick (simple?) question
4 posts