Page 1 of 1

Removing Empty Line From String

Posted: Sat Jul 08, 2017 8:57 am
by Googie85
Hi Guys!

I am trying to remove a blank line of a string. And in doing so, bring the contents below the blank line upwards in position. Any Ideas?

Many Thanks,

Googie.

Re: Removing Empty Line From String

Posted: Sat Jul 08, 2017 9:37 am
by jmburnod
Hi
remove a blank line of a string

Code: Select all

filter myString without empty
All empty lines are deleted
bring the contents below the blank line upwards in position

Code: Select all

sort myString
All empty lines on top
Best regards
Jean-Marc

Re: Removing Empty Line From String

Posted: Sat Jul 08, 2017 11:42 am
by Googie85
Works Great!!

Thanks for your help!!!

Re: Removing Empty Line From String

Posted: Sat Jul 08, 2017 12:22 pm
by Klaus
And this even works on a Mac, Linux, Server, iOS and Android! 8)