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
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |