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