forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformfeed.lcdoc
More file actions
34 lines (21 loc) · 727 Bytes
/
Copy pathformfeed.lcdoc
File metadata and controls
34 lines (21 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name: formfeed
Type: constant
Syntax: formfeed
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:
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.
References: constant (command), return (constant), character (keyword),
break (keyword), script (property), lineDelimiter (property),
itemDelimiter (property)
Tags: printing