void ClearAnswerIter(int inQuesIdx, int inIter)
Description
Resets the Answer to it's original state 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 |
Return Type
void
Overloads
List of overloads for this function
void ClearAnswerIter(int inQuesIdx, string inIter)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question index |
| inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.