COPY PATH: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
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= | |description=:Copy the contents of one [[macro path]] to another [[macro path]]. | ||
|param1=<source path number>|param1_desc= | |param1=<source path number>|param1_desc=Number of path to copy from. | ||
|param2=<new path number>|param2_desc= | |param2=<new path number>|param2_desc=Number of path to copy to. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :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
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