Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GotoQuestion: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
Line 2: Line 2:
{{HelpFiles}}
{{HelpFiles}}


====gotoQuestion====
=gotoQuestion=


Go to to the question specified as a string (go to the newest uncompleted QAS of QAS's user), can be in another questionnaire.
Go to to the question specified as a string (go to the newest uncompleted QAS of QAS's user), can be in another questionnaire.
Line 28: Line 28:
gotoQuestion("System\\MyProject\\AnotherQuestionnaire\\DomesticAnimal");
gotoQuestion("System\\MyProject\\AnotherQuestionnaire\\DomesticAnimal");


'''Availability'''
Version 4.8
__NOTOC__
<!-- imported from file: 626.htm-->
<!-- imported from file: 626.htm-->

Revision as of 03:55, 22 December 2011



gotoQuestion

Go to to the question specified as a string (go to the newest uncompleted QAS of QAS's user), can be in another questionnaire.

Syntax

gotoQuestion(question_spec)

Arguments

question_spec: Is a string expression. It must be a qualified name.

Return type

empty

Examples

//goto to a question belonging to the current //questionnaire

gotoQuestion("DomesticAnimal");

//goto to a question belonging to another //questionnaire

gotoQuestion("System\\MyProject\\AnotherQuestionnaire\\DomesticAnimal");