LINE COPY: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Geometry:Creating_Geometry|{{Up}}]] | |||
{{Command|syntax=LINE_COPY <line number>, <new line number> | {{Command|syntax=LINE_COPY <line number>, <new line number> | ||
|description= | |description=:Copy an existing [[macro_line|line]], defining a new line number with the same parameters as the old [[macro_line|line]]. | ||
|param1=<line number>|param1_desc= | |param1=<line number>|param1_desc= {{line number}} | ||
|param2=<new line number>|param2_desc= | |param2=<new line number>|param2_desc= {{new line number}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :LINE_COPY 4, 8 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 22:19, 30 July 2010
Command
- LINE_COPY <line number>, <new line number>
Parameters
- <line number>
- The number of a previously defined macro line.
- <new line number>
- Define a number for the newly created line.
Example
- LINE_COPY 4, 8