COPY PATH: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Operations:Operation_Tool-Path|{{Up}}]]
{{Command|syntax=COPY_PATH <source path number>, <new path number>
{{Command|syntax=COPY_PATH <source path number>, <new path number>
|description=*DESCRPTION*
|description=:Copy the contents of one [[macro path]] to another [[macro path]].


|param1=<source path number>|param1_desc={{source path number}}
|param1=<source path number>|param1_desc=Number of path to copy from.
|param2=<new path number>|param2_desc={{new path number}}
|param2=<new path number>|param2_desc=Number of path to copy to.
}}
}}


===Example===
===Example===
:- COPY_PATH
:COPY_PATH 1, 3
 
:For an example macro see [[Modify_op_path2]]


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 23:44, 13 January 2011

Up

Command

COPY_PATH <source path number>, <new path number>


Copy the contents of one macro path to another macro path.

Parameters

<source path number>
Number of path to copy from.
<new path number>
Number of path to copy to.

Example

COPY_PATH 1, 3
For an example macro see Modify_op_path2