C O N F I D E N T I A L
Paper roll
Miscellaneous commands GS C 0
Ver. 4.0
p. 1326
[Notes]
■
When
n
= 0,
m
is discarded.
■
The serial number counter is stored in the print buffer by
GS c
.
[Model-dependent variations]
Program Example
Print Sample
PRINT #1, CHR$(&H1D);"C0";CHR$(3);CHR$(0);
PRINT #1, "AAAAA";CHR$(&H1D);"c";CHR$(&HA);
AAAAA
1 ←
3 right ali adding spaces to the left
PRINT #1, CHR$(&H1D);"C0";CHR$(4);CHR$(1);
BBBBB0002
←
4 right ali adding
"0"
to the left
PRINT #1, "BBBBB";CHR$(&H1D);"c";CHR$(&HA);