IBM Quietwriter III 5202 Manual page 103

Table of Contents

Advertisement

,-...
,--
,........
,....,
,--.
,--,_
,......._
ESC d
Space Forward
ESC
d Ln Hn
ESC e
This
command
spaces the print position forward
a specified dis-
tance.
The distance in inches is
equal
to Ln plus
256
times
Hn
divided
by
120.
This command
may be used in place
of the
SP
(space) control
to justify text. If the
continuous
underline
mode is
active (ESC -), the space
generated by this
command is
automat-
ically underlined. If the
specified
distance exceeds the
right
margin, the print position is moved
to the
right margin. For
example,
to advance the printing position
35/120
inches:
LPRINT CHR$(27)
;
CHR$(
1
00)
;
CHR$(35)
;
CHR$ ( 00)
;
Space Backward
ESC
e
Ln Hn
This
command spaces the
print
position
backward
a
specifi
ed
distance.
The distance
in
inches is equal to
Ln
plus 256
times
Hn
divided
by
120.
Space
generated by this
command is
not
under-
lined.
If
the
specified distance exceeds the left
margin,
the print
position
is
returned to the
left
margin.
For
example,
to backspace
23/120
inches:
LPRINT CHR$(2
7
)
;
CHR$
(101)
;
CHR$(23)
;
CHR$(00)
;
ESC J
Stop
This
command causes the
printer
to beep once and stop
printing,
and blinks
the Ready
light.
You
can
make the
printer ready by
pressing
Start/Stop.
LPRINT
CHR$(27)
;
CHR$(106)
;
Reference
4-53

Advertisement

Table of Contents
loading

Table of Contents