EasyManua.ls Logo

IBM Proprinter - Page 106

IBM Proprinter
200 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Code
ESCN
ESC
0
Description
Set
Automatic
Perforation
Skip
Format:
ESC
N;n;
This
sequence
specifies
the
number
of
lines
the
printer
skips
at
the
end
of
each
page.
This
causes
the
printer
to
skip
over
the
perforation
between
pages
of
continuous
forms.
The
value
of
n
must
be
between
1
and
255.
ESC
N
is
reset
when
you
change
the
form
length
by
ESC
C
(set
form
length
in
lines)
or
by
ESC
C
0
(set form
length
in
inches)
.
LPRINT
CHR$(27)
;CHR$(78)
;CHR$(n);
or,
LPRINT
CHR$
(27);
"N"
;CHR$
(n);
Note:
The
printer
converts the
number
of
lines
(n)
to inches,
using
the
current
line spacing. The
printer
saves the
form length
in
inches
and
does not
change the form length
when
you
change line spacing.
Cancel
Automatic
Perforation
Skip
This
sequence
cancels
the
automatic
perforation
skip
sequence.
LPRINT
CHR$(27)
;CHR$(79);
or,
LPRINT
CHR$(27);"0";
4-19

Related product manuals