Quick (simple?) question
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. :o
Archive: Quick (simple?) question
Quick (simple?) question
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. :o
Have you already checked this?
I hope this helps
greetz Dave
Sorry - I even did a search for "blank" and missed it on page 2... :D
if you are using that macro to "replaceinfile" why do you need those? it replaces "a" with "b"