COPY PROCESS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=COPY_PROCESS <from process number>, <to process number> |description=:Copy a process tile to another tile, same as COPY_PROC |param1=<from process number>|param1_desc...
 
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Procs:Process_Tiles|{{Up}}]]
{{Command|syntax=COPY_PROCESS <from process number>, <to process number>
{{Command|syntax=COPY_PROCESS <from process number>, <to process number>
|description=:Copy a process tile to another tile, same as [[COPY_PROC]]
|description=:Make a copy of a process.


|param1=<from process number>|param1_desc= initial process number.
|param1=<from process number>|param1_desc=Original process number.
|param2=<to process number>|param2_desc= New process tile thats the same as old one.
|param2=<to process number>|param2_desc=New process tile to be created.
}}
}}


===Example===
===Example===
:COPY_PROCESS 6, 2
:COPY_PROCESS 2, 6


[[Category:Procs]]
[[Category:Procs]]

Latest revision as of 23:23, 14 January 2011

Up

Command

COPY_PROCESS <from process number>, <to process number>


Make a copy of a process.

Parameters

<from process number>
Original process number.
<to process number>
New process tile to be created.

Example

COPY_PROCESS 2, 6