GetQuestionText: Difference between revisions
From Catglobe Wiki
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Questionnaire_Functions]] | [[Category:Questionnaire_Functions]] | ||
ο»Ώ | ο»Ώ{{HelpFiles}} | ||
====getQuestionText==== | ====getQuestionText==== |
Revision as of 09:49, 12 December 2011
ο»Ώ
getQuestionText
Gets the text of the specified question in userβs language or default language.
Syntax
getQuestionText(question)
Arguments
question: Is a question object.
Return type
string
Examples
string s = getQuestionText(DomesticAnimal);
print(s);
Availability
Version 4.8