GET PROC LIST: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax= GET_PROC_LIST [<selected>]  
{{Command|syntax= GET_PROC_LIST [<selected>]  
|description=:Sets these variables:
|description=:Set the following list of variables from the current list of processes.
:NUMBER_OF_PROCS
:NUMBER_OF_PROCS
:FIRST_PROC_NUMBER
:FIRST_PROC_NUMBER
Line 9: Line 9:
:FIRST_FREE_PROC_NUMBER
:FIRST_FREE_PROC_NUMBER


|param1=[<selected>]|param1_desc={{selected}}
|param1=[<selected>]|param1_desc=Set to 0 for all processes, 1 for selected processes only.
}}
}}
===Example===
===Example===
:GET_PROC_LIST
:GET_PROC_LIST 1
 
<br>
 
:See [GET_TOOL_LIST] for an example of using list variables.


[[Category:List]]
[[Category:List]]

Revision as of 18:12, 13 January 2011

Up

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.