Specifications

Table Of Contents
Example:
^FD12A^SFnnA,C
This mask has the first characters as alphanumeric (nn = 12) and the last digit as
upper case alphabetic (A). The decimal value of the increment number is equivalent
to 2 (C).
The print sequence on a series of labels would be:
12A, 12C, 12E, 12G...
^FDBL0000^SFAAdddd,1
The print sequence on a series of labels would be:
BL0000, BL0001,...BL0009, BL0010,...
BL0099, BL0100,...BL9999, BM0000...
^FDBL00-0^SFAAdd%d,1%1
The print sequence on a series of labels would be:
BL00-0, BL01-1, BL02-2,...BL09-9,
BL11-0, BL12-1...
ZPL II Programming Guide Volume One: Command Reference for X.10
224