Void SetTopicTextFormat(Int32 inQuesIdx, Int32 inTopicrIdx, Dvar[] inValues)
Description
Relevant for grid questions only. Will set a text object by using piping methods into one place holder or more in the relevant topic
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicrIdx | Int32 | The topic index |
inValues | DVar[] | Values to set |
Return Type
Void
Examples
If we have a Grid question indexed 4, and we would like to pipe text into topic number 2, by having place holder in it ({0}) , we can use this function as follows: SetTopicTextFormat(QRef(4),2,"just a test text");
it will pipe the text we wrote into the place holder
Comments
Please sign in to leave a comment.