Equinox Online Help
Flow Control |
|
|---|---|
| Statement/Function | Description |
| Block ... End Block | Defines discrete statement block |
| BreakPressed | Checks if user pressed Ctrl-Break |
| Continue | Returns to start of block/ structure |
| For...Next | Deterministic loop |
| Goto | Changes program flow |
| EnableInput | Controls system messages during execution |
| Execute | Runs task/ command |
| ExecuteMacro | Runs compiled text of statements and functions |
| If ... Then | Conditionally executes statements |
| ExecuteTaskParent | |
| Exit | Exits execution of item |
| Repeat ... Until | Conditional loop (end test) |
| Repeat ... End Repeat | Endless loop |
| Return | Exits procedure immediately |
| ChangeActivity | |
| Expression | |
| ExecuteTaskHandle | |
| Sleep | Makes Equinox dormant for period |
| Subtable ... End Subtable | Allows manipulation of new table |
| Switch ... End Switch | Conditionally executes statements |
| While ... End While | Conditional loop (start test) |