User`s guide

STANDARD PRINTER COMMANDS
20 Copyright © 2006, Cognitive.
ADJUST_DUP
Function Used with the ADJUST command to print non-
incremented duplicates of incremented labels.
Explicit Form
ADJUST_DUP nnn
Implicit Form
AP nnn
Parameters
n
The number of duplicate labels printed for each
increment specified with the ADJUST command.
NOTE: Only one ADJUST_DUP command is
allowed in each label format. Do not use
ADJUST_DUP with the HALT command
See also
ADJUST
Example
! 0 100 50 2
STRING 8X8 0 0 1000
ADJUST 0001
ADJUST_DUP 2
END