IUserAccessiableGetText Method |
Relevant for all question types.
Gets a question index and returns the current text in its body
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string GetText(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target question index
Return Value
Type:
String Text object - string
Examples If we have a question indexed 4, and we would like to get the text from its body,
we can use this function as follows: GetText(QRef(4));
See Also