IF GOTO

IF GOTO

IF GOTO action


Function

Conditional jump.

Declaration

IF expression GOTO label

Parameters

expression

in

Expression of BOOL type.

label

in

Label.

Description

If expression returns the value True, there is to be performed the jump to the given label. If it returns the value False, the event execution continues with the next action that follows IF GOTO.

If the expression gains an invalid value, the action generates the _ERR_EXPRESSION_STATUS error.


Related pages:

Script actions