GET UTIL PROC FIELD NAME
From Macros Wiki
Command
- GET_UTIL_PROC_FIELD_NAME <process number>, <field number>, <field name>
- Get the number of data fields in a utility process.
Parameters
- <process number>
- Process number.
- <field number>
- Field number (between 1 and the number of data fields)
- <field name>
- String variable to be set to the field name
Example
- GET_UTIL_PROC_FIELD_NAME 2, 5, fieldName$
The variable fieldName$ will be set to the name of the 5th field in process number 2.