GET BASIC UTIL PROC DATA
From Macros Wiki
Jump to navigationJump to search
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