void AppendTopicText(int inQuesIdx, int inTopicIdx, string inText)
Description
Appends a text string to the end of a topic's text (label).
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIdx | Int32 | TopicIndex |
inText | string | Text string |
Return Type
void
Comments
Please sign in to leave a comment.