CRLF | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to a carriage return (ASCII 13, Control-M) followed by a line feed (ASCII 10, Control-J). |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: characters Constant: return Property: script Command: constant, read from file, write to file |
Description | Use the CRLF constant as an easier-to-read substitute for numToChar(13) & numToChar(10). The CRLF constant is needed because you can't type the characters it represents in a script.
|
Tags | text processing |