Download Print this page

IBM Proprinter Manual To Operations page 99

Advertisement

Code
ESC C 0
ESCD
4-12
Description
Set Form Length in Inches
Format: ESC C;O;n;
Sets the form length in inches. This
sequence overides the setting of the form
length switch (switch 4).
This
sequence
also sets the current position
of the paper as
the
top of form.
LPRINT CHR$(27)
;CHR${67)
;CHR$(0);
CHR$
(
n
)
;
or,
LPRI NT
CHR$(27);
11
C
11
;CHR$(0);
CHR$
(
n);
Note:
Automatic perforation skip (ESC N) is
reset.
If n
=
0, the printer ignores this
sequence.
Set Horizontal Tabs
Format: ESC D;n
1
;n
2 ;
•••
n
28
;0;
Sets the horizontal tab stop positions
represented by n
1
through n
28 •
The power on
setting
is
a
tab
stop every
eight positions,
beginning at column
9.
The printer
recognizes up to
28
horizontal tab stops.
The tabs must be in ascending order and
followed by
0.
Tab
stops
can be set starting
with
1.
ESC D 0 cancels all previous tab
settings. ESC R
sets
all horizontal tabs to
power on values.
LPRI NT
CHR$(27) ;CHR$(68)
;CHR$(n
1 ) ;
CHR$(n
2 ) ;
• • •
CHR$(n~)
;CHR$(0);
or,
LPRINT
CHR$
(
2 7) ;
11
D
11
;
CHR$ (
n
1 ) ;
CHR$(n
2 ) ;
• • •
CHR$(n~)
;CHR$(0);
. . . _ / -

Advertisement

loading