|
REPORT_VARS
In Cimatron, not all user-defined variables are available for the NC reports. If specific variables need to be available, they need to be declared as such using the REPORT_VARS statement.
Example
REPORT_VARS MyVar1 MyVar2;
|
|
In Cimatron, not all user-defined variables are available for the NC reports. If specific variables need to be available, they need to be declared as such using the REPORT_VARS statement.
Example
REPORT_VARS MyVar1 MyVar2;
|