LINE COPY: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=LINE_COPY <line number>, <new line number>
{{Command|syntax=LINE_COPY <line number>, <new line number>
|description=This is used to create a line with the same parameters as an old line.
|description=:Copy an existing line, defining a new line number with the same parameters as the old line.


|param1=<line number>|param1_desc= {{line number}}  
|param1=<line number>|param1_desc= {{line number}}  
Line 7: Line 7:


===Example===
===Example===
:- LINE_COPY 4, 8
:LINE_COPY 4, 8
 
:- LINE_COPY 6, 9






[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 16:06, 21 July 2010

Command

LINE_COPY <line number>, <new line number>


Copy an existing line, defining a new line number with the same parameters as the old line.

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