CALL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CALL <macro name>, [<arg 1>, <arg 2>, <arg 3> ( max 10 arguments )] |description=*DESCRPTION* |param1=<macro name>|param1_desc={{macro name}} |param2=[<arg 1>]|param2_des...
 
ConnerO (talk | contribs)
No edit summary
Line 4: Line 4:
|param1=<macro name>|param1_desc={{macro name}}
|param1=<macro name>|param1_desc={{macro name}}
|param2=[<arg 1>]|param2_desc={{arg 1}}
|param2=[<arg 1>]|param2_desc={{arg 1}}
|param3=[<arg 2>]|param3_desc={{arg 2}}
|param3=[<arg 2>]|param3_desc={{arg 1}}
|param4=[<arg 3>]|param4_desc={{arg 3}}
|param4=[<arg 3>]|param4_desc={{arg 1}}
}}
}}



Revision as of 15:13, 22 July 2010

Command

CALL <macro name>, [<arg 1>, <arg 2>, <arg 3> ( max 10 arguments )]


  • DESCRPTION*

Parameters

<macro name>
Name of the macro file, must be in double quotes.
[<arg 1>]
A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.
[<arg 2>]
A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.
[<arg 3>]
A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.

Example

- CALL