formfeed

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

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

formfeed

# Examples

put formFeed after collatedData

# 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

# See

- **keyword:** character, break - **constant:** return - **property:** script, lineDelimiter, itemDelimiter - **command:** constant