IF GOTO action


Function
Conditional jump.
Declaration
 IF expression  GOTO label
Parameters
expressioninExpression of BOOL type.
labelinLabel.
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:

Napíšte komentár