Conditional Commands |
DEVELOPER |
The following commands specify conditional processing within a logic routine:
Logic Command |
Description |
Conditionally selects a statement or block of statements for execution. |
|
Conditionally selects a statement or block of statements for execution. |
|
Causes a statement or block of statements to be executed repeatedly until a condition is met. |
|
Causes a statement or block of statements to be executed repeatedly until a condition is met. |
|
Transfers control from a block within a FOR or WHILE loop to the statement following the ENDFOR or ENDWHILE statement. |
|
Ignores any subsequent processing in a block and commences at the start of the next iteration of the loop. |
Topic ID: 520145