|
REPORT_TOOL_VARS
Usually only tool variables from the TOOL CHANGE block are available for the "tools" report. If other variables need to be available as well, they need to be declared as such using the REPORT_TOOL_VARS statement.
Example
REPORT_TOOL_VARS MyVar1 DOWN_STEP XML_PROC_FEED;
|