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

Goto and clear if: Difference between revisions

From Catglobe Wiki
Created page with "[{Category:Conditions]] ==== Go to and clear if ==== Syntax : GOTO LABEL (IF EXPRESSION) ANDCLEAR [LABEL1(,LABEL2)] <nowiki>*Argument:</nowiki> LABEL : label of a..."
 
No edit summary
 
Line 1: Line 1:
[{Category:Conditions]]
[[Category:Conditions]]
==== Go to and clear if ====
==== Go to and clear if ====



Latest revision as of 08:40, 11 January 2016

Go to and clear if

Syntax : GOTO LABEL (IF EXPRESSION) ANDCLEAR [LABEL1(,LABEL2)]

*Argument:

LABEL : label of an other question

*If IF EXPRESSION is not defined, the expression of condition will have the value "true"

[LABEL1(,LABEL2)]: list of question will be delete data if condition is met

Position : At the end of question declaration

This condition support all question type

Example :

QUESTION testPage PAGE

This is question text

GOTO anotherQuestion_1 IF (QTest == 1) ANDCLEAR [Q1,Q2]