More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Group_Functions]] | [[Category:Group_Functions]] | ||
{{HelpFiles}} | |||
====Group_removeUser==== | ====Group_removeUser==== |
Revision as of 08:57, 12 December 2011
Group_removeUser
Remove a user from a group
Syntax
Group_removeUser(userResourceId, groupResourceId)
Arguments
- userResourceId: is a number expression. It is the user's resource id
- groupResourceId: is a number expression. It is the group's resource id
Return value
A bool value. It will return false when the user does not belong to the group, true otherwise
Example
Group_removeUser(12345, 335689);
Availability
Version 5.6