Command Selection Remove Blank Lines

The RemoveBlankLines command removes blank lines from the selected text.

Note that:

{RemoveBlankLines}

is equivalent to:

{CopySelection}
{RemoveBlankLinesClipboard}
{Paste}

Example

In the following expansion:

{Ctrl A}
{RemoveBlankLines}
  1. {Ctrl A} selects all the text,
  2. and then {RemoveBlankLines} removes blank lines from the selection.