PRESCRIBE Command Reference
372
XBCP 10 — enable file name
Format
XBCP 10, ’file-name’;
Parameter
file-name:
string containing a file name
Function
A Macro PDF417 symbol contains an optional file name field. The XBCP 10 command
enables this field and defines its contents.
The string must be surrounded by single or double quote marks, be less than 200
characters long and only contain EXC mode compaction characters (20H~7FH). This
command is ignored if the string does not satisfy these conditions. The execution of this
command automatically sets Macro PDF417 symbol mode.
File
!R! RES;
XBCP 10, ’A00254’;
MZP 1,0; XBCP 18,0;
XBAR; ...
...
EXIT;