Numerical Matrix Format
User Reference
EXPORT_MILL array

MATRIX Array Level: 3

The EXPORT_MILL array exports any number of mill files to a folder.

Note
IMPORTANT: When exporting, RELATIVE folder paths are always preferred and much safer.
Fields in the EXPORT_MILL array
Description
JOB=NAME Assign Cell to use. Required. Dynamic Job References are also supported.
FOLDER=LOCATION Path for the exported mill files. The folder path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer).
UNITS=English|Metric Output mill files with either English or Metric units (default: Metric)
DIGITS=INTEGER.DECIMAL Mill format (default: 3.4)
EXTENSION=NAME Naming extension (default: rou)
SUPPRESSION=VALUE Zero Suppression. Choose from Leading, Trailing, None, and Decimal (default: None)

Example: EXPORT_MILL Array

EXPORT_MILL {
JOB=mypanel
FOLDER=PanelOutput\
UNITS=ENGLISH
DIGITS=3.5
EXTENSION=rte
}