Group addUsers: Difference between revisions
From Catglobe Wiki
More actions
No edit summary  | 
				No edit summary  | 
				||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{HelpFiles}}  | {{HelpFiles}}  | ||
| Line 8: | Line 7: | ||
'''Syntax'''  | '''Syntax'''  | ||
Group_addUsers(''groupResourceId'', ''usersResourceId'')  | |||
'''Arguments'''  | '''Arguments'''  | ||
| Line 26: | Line 25: | ||
Group_addUsers(gRsId,uRsId);  | Group_addUsers(gRsId,uRsId);  | ||
</source>  | </source>  | ||
[[Category:Group_Functions]]  | |||
Latest revision as of 08:20, 12 January 2017
Group_addUsers
Add users to a group
Syntax
Group_addUsers(groupResourceId, usersResourceId)
Arguments
- groupResourecId: is a number expression. It is the group's resource id
 - usersResourceId: is a array which contains User resource Ids
 
Return value
empty
Examples
number gRsId = 15544389;
array uRsId = {15498958,15507494,15517129};
Group_addUsers(gRsId,uRsId);