GET UTIL PROC NUM FIELDS

From Macros Wiki
Revision as of 22:53, 3 June 2020 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_UTIL_PROC_NUM_FIELDS <process number>, <value> |description=:Get the number of data fields in a utility process. |param1=<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.