CALLMACRO

Calls another ZPL macro.

Syntax:
 
CALLMACRO filename.zpl
CALLMACRO name$

Discussion:

This command is used to call another ZPL macro. The filename should be the full macro name without the path. The file must exist in the folder for ZPL macro files. When the macro returns, any text output generated by the called macro will be copied into the calling macro's text output window. See "Calling a Macro from within a Macro".

Next: