IUserAccessiableAnswerText Method |
Relevent mainly for multiple selection questions.
Returns the text of inAnswerIdx in inQuesIdx.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string AnswerText(
int inQuesIdx,
int inAnswerIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inAnswerIdx
- Type: SystemInt32
Index of answer
Return Value
Type:
Stringstring type value
Examples
AnswerText(QRef(3),4), will return the text answer index 4 in question index 3.
See Also