Utilities
On the Script tab, in the Macro Commands group, select from the following utilities:
-
PRINTER - Use the Select Printer Parameters form to set the printer mode, name, paper size and page orientation. For printing to PDF, you can also navigate to the location of a PDF/XPS file. Compatibility mode may also need to be enabled, depending on the printer driver. See: Select Printer Parameters
-
MACSUB - Define a form set of substitution values that can then be substituted in macro instructions. See: Substitution Table
-
CALLMAC - This function is used in a macro file to call a macro in a form (Nesting). The macro you pass to CALLMAC will run. When it is complete, the main macro will continue. Only one level of nesting is possible. That is, the macro in the form you pass to CALLMAC cannot contain another macro.
Note: The CALLMAC function is a macro only function. This means it can only save a form, and not run from the dialog. See: Call Macro
-
DHLOGBYNAME - See: Go to Hole by Name
-
RUN - Run a batch file or external program. See: Run External Program
-
FILECLOSE - Close the active document. See: Close
-
EXIT - Quit the application. Prompts to save documents