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.
Removing Empty Line From String
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Removing Empty Line From String
Hi
All empty lines are deleted
All empty lines on top
Best regards
Jean-Marc
remove a blank line of a string
Code: Select all
filter myString without empty
bring the contents below the blank line upwards in position
Code: Select all
sort myString
Best regards
Jean-Marc
https://alternatic.ch
Re: Removing Empty Line From String
Works Great!!
Thanks for your help!!!
Thanks for your help!!!
Re: Removing Empty Line From String
And this even works on a Mac, Linux, Server, iOS and Android! 
