SET WG: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[:Category:Work_Groups|{{Up}}]]
{{Command|syntax=SET_WG <wg number>
{{Command|syntax=SET_WG <wg number>
|description= Sets the newly defined WorkGroup Number.
|description=:Set the current WorkGroup.


|param1=<wg number>|param1_desc= The WorkGroup number to be defined for later use in the macro.
|param1=<wg number>|param1_desc={{wg number}}
}}
}}


===Example===
===Example===
:- NEW_WG 4
:SET_WG 4
 
:For an example macro see [[Wg_List]]
[[Category:Work_Groups]]
[[Category:Work_Groups]]

Latest revision as of 18:40, 12 January 2011

Up

Command

SET_WG <wg number>


Set the current WorkGroup.

Parameters

<wg number>
Workgroup number.

Example

SET_WG 4
For an example macro see Wg_List