GroupRule getUserCount

From Catglobe Wiki
Revision as of 09:43, 27 December 2011 by Cg huyphong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



GroupRule_getUserCount

Return the number of users got by a group rule

Syntax

GroupRule_getUserCount(ruleId)

Arguments

  • ruleId: is a number expression. It is the id of the group rule

Return value

number

Example

number n = GroupRule_getUserCount(101919);

print(n); //2342

Availability

Version 5.6