GET WG NAME: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
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_WG_NAME
GET_WG_NAME
GET_WG_NAME <wg number>, <name>


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