I want to get rid of blank lines.
Only solutions I see online are: \r\n\r\n
Firstly, I don't know what that is supposed to do. Secondly, it doesn't work anyways.
Change from:
1234
1234
1234
Change to:
1234
1234
1234
I want to get rid of blank lines.
Only solutions I see online are: \r\n\r\n
Firstly, I don't know what that is supposed to do. Secondly, it doesn't work anyways.
Change from:
1234
1234
1234
Change to:
1234
1234
1234
There is even a function for that in the menu, you find it under
The second option removes also lines that contain only spaces.