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.

SampleRuleExists: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Questionnaire_Functions]]

{{HelpFiles}}


====sampleRuleExists====
====sampleRuleExists====

Latest revision as of 09:07, 11 December 2019



sampleRuleExists

Returns true if a sample by that id exists, otherwise, returns false.

Syntax

sampleRuleExists(sampleId)

Arguments

sampleId: a numeric expression. It is the id of the sample.

Return type

bool

Example

bool b = sampleRuleExists (1);

Availability

Version 5.2