Specifications

Table Of Contents
Example 15 -
Numeric Counting
and Printing
This example demonstrates variation of count
-
ing with the printer counter variables. The ex
-
amples show number roll-over, the effect of
non-numeric characters in the counter field and
printing multiples of a label.
Example 15:
¿
FK”EXAM-15”¿
FS”EXAM-15”¿
C0,4,L,+1,"Counter 1"¿
C1,4,N,-1,"Counter 2"¿
D8¿
S2¿
Q609,24¿
q784¿
A50,50,0,1,4,4,N,"CO#="C0¿
A600,50,0,1,4,4,N,"C1#="C1¿
FE¿
¿
OD¿
FR"EXAM-15"¿
¿
?¿
08¿
01¿
P3,1¿
¿
?¿
01¿
03¿
P3,2¿
Using non-numeric characters in a counter field may
result in invalid counter data. Counting is unpredict
-
able if a non-numeric values are used.
H-30
980009-001 Rev.F
Appendix H - Programming Examples