Command Selection Remove Empty Lines

The RemoveEmptyLines command removes empty lines from the selected text.

Note that:

{RemoveEmptyLines}

is equivalent to:

{CopySelection}
{RemoveEmptyLinesClipboard}
{Paste}

Example

In the following expansion:

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