GLOBAL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
:GLOBAL iref1 | :GLOBAL iref1 | ||
:For an example in a real macro see [[Modify_op_path]] | :For an example in a real macro see [[Modify_op_path]] or [[Explode_Shape]] | ||
[[Category:Variable_Definitions]] | [[Category:Variable_Definitions]] |
Revision as of 20:27, 29 July 2010
Command
- GLOBAL <var name>, <var name>, <var name> (max 50 variables)
All variables can be used in all macro files.
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 in a real macro see Modify_op_path or Explode_Shape