GET UTIL PROC NUM FIELDS

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_UTIL_PROC_NUM_FIELDS <process number>, <value>


Get the number of data fields in a utility process.

Parameters

<process number>
Process number.
<value>
Number of fields

Example

GET_UTIL_PROC_NUM_FIELDS 2, iNumFields

The variable iNumFields will be set to the number of data fields in process number 2.