Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GroupRule getUserCount: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Group_Functions]]
[[Category:Group_Functions]]

{{HelpFiles}}


====GroupRule_getUserCount====
====GroupRule_getUserCount====
Line 21: Line 21:


''number n = GroupRule_getUserCount(101919);''
''number n = GroupRule_getUserCount(101919);''
''print(n);'' //2342


'''Availability'''
'''Availability'''

Latest revision as of 07:43, 27 December 2011



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