linestrip(
TEXT
)

The linestrip( function removes any blank lines from the text.


Parameters

This function has one parameter:

text – text with one or more lines.


Description

This function removes any blank lines from the text.

linestrip(Letter) ☞ contents of Letter with blank lines removed

Note: This function is equivalent to:

arraystrip(thetext,cr())

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.