GET WG NAME: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
:GET_WG_NAME 3, d$ | :GET_WG_NAME 3, d$ | ||
:For an example macro see [[Wg_List]] | |||
[[Category:Work_Groups]] | [[Category:Work_Groups]] |
Revision as of 22:18, 29 July 2010
Command
- Get the name of the workgroup in the defined workgoup slot.
Parameters
- <wg number>
- Workgroup number.
- <name>
- Set the value of a number variable for the name of the workgroup.
Example
- GET_WG_NAME 3, d$
- For an example macro see Wg_List