GET WG NAME: 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 2 users not shown)
Line 1: Line 1:
[[:Category:Work_Groups|{{Up}}]]
{{Command|syntax=[[Image:get_wg_name.png|right|GET_WG_NAME]]GET_WG_NAME <wg number>, <name>
{{Command|syntax=[[Image:get_wg_name.png|right|GET_WG_NAME]]GET_WG_NAME <wg number>, <name>
|description=Get the name of the workgroup in the defined workgoup slot.
|description=:Get the name of the WorkGroup.


|param1=<wg number>|param1_desc={{wg number}}
|param1=<wg number>|param1_desc={{wg number}}
|param2=<name>|param2_desc={{getname}}
|param2=<name>|param2_desc={{parameter_variable_string_name}} the WorkGroup name


}}
}}
Line 9: Line 11:
===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]]

Latest revision as of 18:42, 12 January 2011

Up

Command

GET_WG_NAME
GET_WG_NAME
GET_WG_NAME <wg number>, <name>


Get the name of the WorkGroup.

Parameters

<wg number>
Workgroup number.
<name>
Name of string variable to be set to the WorkGroup name

Example

GET_WG_NAME 3, d$
For an example macro see Wg_List