Group removeAllUsers: Difference between revisions
From Catglobe Wiki
More actions
 Created page with "Category:Group_Functions {{HelpFiles}}  ==== Group_removeAllUsers ====  Remove all users from a group  '''Syntax'''  Group_removeAllUsers(''groupResourceId'')  '''Argument..."  | 
			
(No difference) 
 | 
Latest revision as of 06:41, 26 October 2016
Group_removeAllUsers
Remove all users from a group
Syntax
Group_removeAllUsers(groupResourceId)
Arguments
- groupResourecId: is a number expression. It is the group's resource id.
 
Return value
empty
Examples
number gRsId = 15544389;
Group_removeAllUsers(gRsId);