Difference between revisions of "SampleRuleExists"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(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 11: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