lftocr(
TEXT
)

The lftocr( function converts linefeeds into carriage returns.


Parameters

This function has one parameter:

text – the original text containing linefeeds or carriage return line feeds.


Description

This function converts linefeeds into carriage returns. It will also convert any carriage return/linefeed pairs into carriage returns. For example, you could use this to convert any text file into carriage return delimited text, even if it was saved with linefeeds or crlf delimiters.

lftocr(fileload(some file))

See Also


History

VersionStatusNotes
10.0NewNew in this version.