formfeed | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to the form feed character (ASCII 12, Control-L). |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: character, break Constant: return Property: script, lineDelimiter, itemDelimiter Command: constant |
Description | Use the formFeed constant as an easier-to-read substitute for numToChar(12). The formfeed constant is needed because you can't type the character it represents in a script. The form feed character is used by some applications and printers to indicate a page break. |
Tags | printing |