string AdditionalAnswerTextIter(int inQuesIdx, String inAnswerIdentifier, int inIter)
Description
Returns the additional text entered for the "Other (Specify)" answer index in a specific iteration
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerIdentifier | String | Answer Index |
inIter | int32 | Iteration Index |
Return Type
string
Overloads
List of overloads for this function
string AdditionalAnswerTextIter(int inQuesIdx, String inAnswerIdentifier, string inIter)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inAnswerIdentifier | String | Answer Index |
inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.