bool AddExternalListAnswer(int inQuesIdx, string inValue, string inDisplay)
Description
This function adds and sets an answer to the answers list of an external list question.
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.
The answer will not be displayed in 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 |
Return Type
bool
Comments
Please sign in to leave a comment.