ChangeSampleRuleId: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:57, 7 March 2011
ο»Ώ
changeSampleRuleId
Change the current questionnaire answer sheetβs sample to a specific sample. Return true if changing succeeds or the questionnaire answer sheet already exists in that sample, otherwise return false.Syntax
changeSampleRuleId(sampleId)
Arguments
sampleId: Is a number expression which is the id of the sample.Return type
bool
Example
bool b = changeSampleRuleId(2);
print(b);
Availability
Version 4.9