string TopicAdditionalText(int inQuesIdx, Int inTopicIndex)
Description
Returns the additional text entered for the "Other (Specify)" topic, Relevant for Single/Multi Choice Grids
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int | Topic Index |
Return Type
string
Examples
If in question index 2, topic 5 is defined as an "Other (specify)" answer, TopicAdditionalText(QRef(2), 5) will return the additional text entered in the topic's text box.
Comments
Please sign in to leave a comment.