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 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.



Related pages:

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .