ARGS: 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=[[Image:args.png|right|AGRS]]ARGS <nowiki><var name>, <var name>, <var name> (max 50 variables)</nowiki>
{{Command|syntax=[[Image:args.png|right|AGRS]]ARGS <nowiki><var name>, <var name>, <var name> (max 10 variables)</nowiki>
|description=:Set variables in [[CALL|called macro]] for the use of the previous variables used in orignal macro.
|description=:Set variables in [[CALL|called macro]] for the use of the previous variables used in orignal macro.



Revision as of 16:07, 23 July 2010

Command

AGRS
AGRS
ARGS <var name>, <var name>, <var name> (max 10 variables)


Set variables in called macro for the use of the previous variables used in orignal macro.

Parameters

<var name>
Set the value of a number variable
<var name>
Set the value of a number variable
<var name>
Set the value of a number variable

Example

ARGS r1, e3, a7