Documentation

nltocr

Syntax: %nltocr(s)

converts the newlines (CR/LF) in a string to just CR characters. For example, the Status window only wants CR between lines.

Examples:

#STW + %nltocr(%clip())

adds the contents of the clipboard to the status window. Multiple lines in the clipboard are added properly with just CR instead of the Windows CR/LF newlines.

Add comment

Login or register to post comments