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