GLOBAL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=GLOBAL <nowiki><var name>, <var name>, <var name> (max 50 variables)</nowiki> | {{Command|syntax=GLOBAL <nowiki><var name>, <var name>, <var name> (max 50 variables)</nowiki> | ||
|description= | |description=Define variables that can be used in any macro. | ||
|param1=<nowiki><var name></nowiki>|param1_desc={{var name}} | |param1=<nowiki><var name></nowiki>|param1_desc={{var name}} |
Revision as of 21:27, 29 July 2010
Command
- GLOBAL <var name>, <var name>, <var name> (max 50 variables)
Define variables that can be used in any 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
- GLOBAL iref1
- For an example macro see Modify_Op_Path Explode_Shape Calc_Geo_Extents Get_Commands