crtolf(
TEXT
)

The crtolf( function converts carriage returns into linefeeds.


Parameters

This function has one parameter:

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


Description

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

crtolf(fileload(some file))

See Also


History

VersionStatusNotes
10.0NewNew in this version.