formfeed

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
formfeed
Summary

Equivalent to the form feed character (ASCII 12, Control-L).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put formFeed after collatedData
RelatedKeyword: 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.

Tagsprinting