Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Group addUser: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Group_Functions]]
[[Category:Group_Functions]]

{{HelpFiles}}


====Group_addUser====
====Group_addUser====

Latest revision as of 08:44, 12 December 2011



Group_addUser

Add a user to a group

Syntax

Group_addUser(userResourceId, groupResourceId)

Arguments

  • userResourceId: is a number expression. It is the user's resource id, which can be found in user resource list
  • groupResourecId: is a number expression. It is the group's resource id, which can be found in user resource list

Return value

empty

Example

Group_addUser(1234, 5678);

Availability

Version 5.6