GEK-00029B 5000 Series Programmer’s Manual
25
Paper and Print Position Movements
ESC K PLD (Partial Line Down):
Line terminator. Moves the print line down
3/72 inch for subscript printing. Also returns to the original line
following a partial line up (<ESC> L - superscript) sequence. See note
below.
Decimal: 27 75
Hex: 1B 4B
BASIC: CHR(27)$;"K";
ESC L PLU (Partial Line Up):
Line terminator. Moves the print line up 3/72
inch for superscript printing. Also used to return to the original line
following a partial line down (ESC K - subscript) sequence. See note.
Decimal: 27 76
Hex: 1B 4C
BASIC: CHR$(27);"L";
ESC [ p1 a HPR (Horizontal Position Relative):
Line terminator. Moves the
print position to the right of the current position. The distance
specified by the p1 parameter is in decipoints. An HPR move
exceeding the right margin sets the print position at the margin. If
the p1 parameter is zero or missing, the command is ignored.
Decimal: 27 91 <p1> 97
Hex: 1B 5B <p1> 61
BASIC: CHR$(27);"[<p1>a";
NOTE
In the 4800 emulation, these sequences can be used in
succession to advance or reverse the paper to another line. In
the 4410 emulation, they can be used in pairs to change from
superscript directly to subscript or subscript directly to
superscript, but can not be used to position the paper.
Also see the SScript: ON/OFF
menu selection in the User's
Manual.