Elongated (Double High) Print
ASCII Code:
Hex Code:
Purpose:
Expression:
or:
Comment:
Example:
Programming
P-SERIES
SOH d or BS
01 64 or 08
Selects elongated (double high) character printing for one line only. Elon
gated characters are approximately double height but standard width.
CHR$(1);"d";
CHR$(8);
The elongated character control code is a line-by-line print attribute; when
the control code is received, one entire line of elongated characters is printed
and then automatically reset. Elongated characters are formed by printing
twice the number of dot rows, except the top and bottom rows are not dupli
cated in P-Series printer protocol.
P-Series control code BS (Hex 08) also selects elongated character printing
for a single line.
The following sample program illustrates elongated character printing.
SERIAL MATRIX
ESC d
1B 64
CHR$(27);"d";
6-19
Need help?
Do you have a question about the P6000L and is the answer not in the manual?