Plain English

Sets the number of copies to print for the current label. The value is a 4-digit zero-padded number. Q0001 prints one copy; Q0100 prints one hundred.

When to use

Always. Place Q before the E (end/print) command to specify how many labels to print.

Syntax

Qnnnn

Parameters

ParameterDescription
nnnnNumber of copies (4 digits, zero-padded, 0001-9999)

Example

Q0001

Print one copy of the label

Try it in the playground View all DPL commands