bool ContainsIterOneOf(int inQuesIdx, int inIter, params object[] inValues)
Description
Determines if a question contains at least on of the values under a specific iteration
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inIter | Int32 | Iteration Index |
| inValues | params object[] | Array of values |
Return Type
bool
Overloads
List of overloads for this function
bool ContainsIterOneOf(int inQuesIdx, string inIter, params object[] inValues)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inIter | string | Iterations Indexes (Nested Loops) |
| inValues | params object[] | Array of values |
Comments
Please sign in to leave a comment.