SELECT PROC: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=SELECT_PROC <process number> | {{Command|syntax=SELECT_PROC <process number> | ||
|description=:Select a process | |description=:Select a process. | ||
|param1=< | |param1=<process number>|param1_desc={{Process number}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:SELECT_PROC 8 | :SELECT_PROC 8 | ||
<br> | |||
:For an example macro see [[Process_Data]] | |||
[[Category:Procs]] | [[Category:Procs]] |
Latest revision as of 23:28, 14 January 2011
Command
- SELECT_PROC <process number>
- Select a process.
Parameters
- <process number>
- Process number.
Example
- SELECT_PROC 8
- For an example macro see Process_Data