Form
Feed
FF
(0C)Hex
(12)
Decimal
Input
of
this
code
causes
the
data
in
the
printer’s
buffer
to
be
printed
and
a
form
feed
executed.
The
length
of
the
form
feed
is
the
preset
page
length.
When
the
pow-
er
is turned
on,
or
when
an
INITIAL
signal
is
input,
the
page
length
is
set
to
eleven
inches
(66
lines).
If there
is
no
data
in
the
buffer,
or
if
all
of
the
data
are
spaces,
a
form
feed
alone
is executed.
The
page
length
can
be
changed
by:
ESC
Zn
ESC
Z0n
10
REM
FORM-FEED
EXAMPLE
20
LPRINT
"PAGE
1
--------------
"
30
LPRINT
CHR$(12):REM
SEND
FORM
FEED
40
LPRINT
"PAGE
2
--------------
"