HALF
LINE
FEED
The
half
line feed sequence advances
the
current
active printing
position
to
the
same
character
on
the next half line (as defined by
the
current
line spacing). Use
the
following escape sequence
to
perf
orm
a
half
line feed:
A negative
half
line
feed
may be executed by sending a cursor
positioning
command
--
Ec&a-.SR .
BASIC Example:
UHt
REM
--
Normal Line Feed
---
110
LPRINT
"Normal Line Feed ";CHR$(10);
120
LPRINT
"Normal Line Feed ";CHR$(10);
130
LPRINT
"Normal Line Feed ";CHR$(10);
140
REM
--
Half
Line Feed
---
150
LPRINT
"Half
Line Feed ";CHR$(27);"=";
160
LPRINT
"Half
Line Feed ";CHR$(27);"=";
170
LPRINT
"Half
Line Feed ";CHR$(27);"=";
190
LPRINT
CHR$(12);:REM
-Form
Feed--
LINE
TERMINATION
The
following escape sequence controls
the
manner
in which the
printer interprets line termination characters:
The value field
(#) specifies which
of
the
following modes will
be
used (the
default
mode
is
zero):
2-45