bool NotContainsIter(Int32 inQuesIdx, object inValue)
Description
Returns true if the inValue was not selected in the inQuesIdx question as one of the answers in inIter iteration
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inValue | object | The value to check |
inIter | Int32 | The iteration number |
Return Type
bool
Examples
NotContainsIter(QRef(5),4, 2) will return true if the 4th option was not selected in the Multiple Selection question 5 in the 2nd iteration
Comments
Please sign in to leave a comment.