bool AddExternalListAnswerIter(int inQuesIdx, string inValue, string inDisplay, int inIteration)
Description
This function adds and sets an answer to the answers list of an external list question under a specific iteration.
If the input code already exist in the list, the existing answer with that code will be set.
Otherwise, this answer will added to the list
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inValue | string | code value of added item |
inDisplay | string | name value of added item |
inIteration | Int32 | Iteration Index |
Return Type
bool
Overloads
List of overloads for this function
bool AddExternalListAnswerIter(int inQuesIdx, string inValue, string inDisplay, String inFullIteration)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inValue | string | code value of added item |
inDisplay | string | name value of added item |
inFullIteration | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.