GetQuestionText: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 09:11, 7 March 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