ARGS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=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 50 variables)</nowiki> | ||
|description= | |description=:Set variables in [[CALL|called macro]] for the use of the previous variables in called macro. | ||
|param1=<nowiki><var name></nowiki>|param1_desc={{var name}} | |param1=<nowiki><var name></nowiki>|param1_desc={{var name}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
: | :ARGS r1, e3, a7 | ||
[[Category:Variable_Definitions]] | [[Category:Variable_Definitions]] |
Revision as of 15:12, 22 July 2010
Command
- Set variables in called macro for the use of the previous variables in called 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