Intermec EasyCoder C4 – Programmer’s Guide Ed. 3 74
Chapter 7 Commands
Description
This command is used in a stored form sequence to automatically print the form as
soon as all variable data has been supplied.
Syntax
PAp
1
[,p
2
]
Parameters p
1
Numbers of label sets (1-65535).
p
2
Number of copies of each label (1-65535). Used in combination with counters
to print multiple copies of the same label.
Remarks
Refer to the P command for explanations on how to print multiple labels with
counters. The PA command follows the same principles.
Warning!
The PA command can only be used with forms containing at least one variable
(see V command). If there is no variable in the form, the printer will enter a
loop and print continuously!
Examples
FK"TEST6" ↵ :Deletes form “TEST6”
FS"TEST6" ↵ :Starts form store sequence
V00,50,N,"Enter text" ↵ :Defi nes variable
A24,24,0,4,1,1,N,V00 ↵ :Writes text w. variable
PA1 ↵ :Prints 1 label automatically
FE ↵ :Ends form store sequence
FR"TEST6" ↵ :Retrieves form “TEST6”
? ↵ :Gets variables
This is variable text :Data for variable 00
PA – Print Automatic