Difference between revisions of "SampleRuleExists"
Line 1: | Line 1: | ||
[[Category:User_Functions]] | [[Category:User_Functions]] | ||
− | | + | {{HelpFiles}} |
====sampleRuleExists==== | ====sampleRuleExists==== |
Revision as of 07:45, 14 December 2011
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