Line
Feed
LF
(OA)Hex
(10)
Decimal
Input
of this
code
causes
the
data
in the
printer’s
buffer
to
be
printed,
then
a
line
feed
and
carriage
return
executed.
If there
is
no
data
in the
buffer,
or
if all of the
data
are
spaces,
a
line
feed
alone
is
executed.
The
line
feed
spacing
is
set
by
any
of
the
following
commands:
ESC
T nl
nO
ESC
A
ESC
B
(
>)
10
REM LINE
FEED
EXAMPLE
20
LPRINT:LPRINT:LPRINT
30
LPRINT
"HERE
IS
THE
LINE
FEED
EXAMPLE.";
40
LPRINT
CHR$(10);:REM
LINE
FEED
COMMAND
50
LPRINT
"TEXT
AFTER
A LINE
FEED."
HERE
IS
THE
LINE
FEED
EXAMPLE.
TEXT
AFTER
A
LINE
FEED.
O00000
O
O00000
0
28