Group removeAllUsers

From Catglobe Wiki
Jump to: navigation, search


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);