Chapter 9: Vertical Control Commands86
n. The page length will be the result of multiplying the line pitch by the value of the variable
“n.” In the IBM emulation, the value of n can be from 1 to 255; in the Epson emulation, it can
be from 1 to 127. The actual page length will depend on the line spacing engaged.
To set the page length by lines in the MICROLINE Standard emulation, use the command ESC F
Hn Ln. The page length will be the result of multiplying the line pitch by the value of the
variables Hn Ln. Variables Hn Ln represent a 2-digit ASCII number ranging from 00 to 99. For
Hn Ln numbers less than 10, use a zero for Hn. For example, to set a page length of nine lines,
enter the BASIC statement
LPRINT CHR$(27);"H";"09"
The actual page length will depend on the line pitch engaged.
Set Page Length in Defined Unit Command (Epson)
⻬ ML390 Turbo, ML391 Turbo
Function ASCII Dec Hex
Set Page Length
in Defined Unit
ESC ( C 2 0 L
p
H
p
27 40 67 50 48 L
p
H
p
1B 28 43 32 30 L
p
H
p
You can use this command to set the page length in multiples of the line spacing established by
the Set Unit command (see Chapter 12).
Parameters L
p
and H
p
Parameters L
p
and H
p
are used to designate the page length, as a mutliple of whatever line
spacing is engaged:
Page length = [L
p
+ (H
p
x 256)] x line spacing increment engaged
L
p
and H
p
can have any value from 0 to 255 decimal.
You can set the page length over a range of from 0 to 22 inches. If you will most often be using
one of the standard page lengths available through the printer menu (see “Menu Mode” in your
printer manual), it's a good idea to use the printer menu to set the default page length and then
use this command whenever you wish to change it temporarily.