Operator’s Guide 187
ESC C NUL Length of Form in Inches
ASCII: ESC C NUL (n)
Control: CTRL [ C NUL (n)
Decimal: 27 67 0 (n)
Hexadecimal: 1B 43 00 (n)
Sets form length to an integer number, n, of inches. n must be from 1 to
22. The default is 11 in. The current form position becomes the top of
form when the printer receives this command.
If the bottom margin was previously set by the Skip Over Perforation
command (ESC N), the Length of Form in Inches command cancels the
bottom margin setting. Therefore, to re-establish the bottom margin after
Length of Form in Inches is set, send another Skip Over Perforation
command.
Example
REM SET FORM LENGTH TO 10 INCHES
LPRINT CHR$(27);"C";CHR$(0);CHR$(10);