GET PROC LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{Command|syntax= GET_PROC_LIST [<selected>] | {{Command|syntax= GET_PROC_LIST [<selected>] | ||
|description=:Set the following list of variables from the current list of processes. | |description=:Set the following list of variables from the current list of processes. | ||
:<br> | |||
:NUMBER_OF_PROCS | :NUMBER_OF_PROCS | ||
:FIRST_PROC_NUMBER | :FIRST_PROC_NUMBER | ||
Line 17: | Line 18: | ||
[[Category:List]] | [[Category:List]] | ||
[[Category:Procs]] |
Latest revision as of 14:54, 14 October 2013
Command
- GET_PROC_LIST [<selected>]
- Set the following list of variables from the current list of processes.
- NUMBER_OF_PROCS
- FIRST_PROC_NUMBER
- NEXT_PROC_NUMBER
- LAST_PROC_NUMBER
- FIRST_FREE_PROC_NUMBER
Parameters
- [<selected>]
- Set to 0 for all processes, 1 for selected processes only.
Example
- GET_PROC_LIST 1
- See [GET_TOOL_LIST] for an example of using list variables.