GET BASIC UTIL PROC DATA

From Macros Wiki
Revision as of 23:54, 14 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_BASIC_UTIL_PROCESS_DATA <process number>, <parameter type>, <parameter name>, <variable>


Get basic utility process data.

Parameters

<process number>
Process number.
<parameter type>
Must be BOOL, INT, REAL, COORD or STR255.
<parameter name>
Data name.
<variable>
A number or string variable.
The type of variable must match the data type of the parameter.
If the data you are getting is a text string, then you must specify a string variable. Otherwise use a number variable.

Example

GET_BASIC_UTIL_PROC_DATA 2, INT, "Counter", CounterVal