GetQuestionText

From Catglobe Wiki
Revision as of 11:11, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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