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

IsMemberOfSampleRule: Difference between revisions

From Catglobe Wiki
jrfconvert import
(No difference)

Revision as of 09:11, 7 March 2011

๏ปฟ

isMemberOfSampleRule

Returns whether a user is member of specified sample rule(*).

(*)A sample consists of several sample rules, which can be added based on users or groups

Syntax

isMemberOfSampleRule(sampleRuleId)

or

isMemberOfSampleRule(userId, sampleRuleId)

Arguments

sampleRuleId: a numeric expression. It is the sample ruleโ€™s id.

userId: a numeric expression. It is the userโ€™s id. If there is no user id specified, it will check on the current questionnaire answer sheet's user.

Return type

bool

Example

bool b = isMemberOfSampleRule(5);

Availability

Version 5.2