Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

IF GOTO action


Function
Conditional jump.
Declaration


Blok kódu
languageesl
themeConfluence
 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 error _ERR_EXPRESSION_STATUS error.


Info
titleRelated pages:

Script actions