crlf(
)

The crlf( function generates a carriage return line feed.


Parameters

No parameters.


Description

This function generates a carriage return line feed (0x0D, 0x0A).

crlf() ☞ ↩↓

Note: This function is equivalent to:

cr()+lf()

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.