EqualsAnyIter

bool EqualsAnyIter(Int32 inQuesIdx, object inValue)

Description

Returns true if the answer of inQuesIdx is inValue in at least one of the iterations

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int32 Question Index
inValue object The value to check


Return Type

bool

Examples

EqualsAnyIter(QRef(5), 2) will return true if in at least one of the iterations question 5's answer was 2.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.