LCOPIES |
Top Previous Next |
Syntax
lcopies n | {expr}
Description
Setting this value will cause UnForm to add a thermal printer copies command (^PQ in Zebra) to the print output, specifying the printer generate n or numeric expression expr duplicate labels. This is different than using an UnForm copies or pcopies command, as it instructs the printer to generate duplicate labels at the printer, rather than allowing for distinct formatting for different copies. The benefit of using this command is that the copies are produced by the hardware and not the print stream output, so overhead is reduced and performance is higher.
Alternatively, in a prepage or prejob code block, the variables lcopies$ or zcopies$ can be set to a numeric string (i.e. lcopies$=str(10)).
Drivers: zebra |