Difference between revisions of "Group addUser"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
(No difference)

Revision as of 11:09, 7 March 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