|
|
|
|
- Conditional statements
- Loop statements
- Branch statement
The conditional statements are as follows: | | IF | Runs an action or another one according to a condition | SWITCH | Runs an action or another one according to an expression |
The loop statements are as follows: | | FOR | The statement block is repeated until a limit value | FOR EACH | HyperFileSQL browse (full browse, browse with search, browse with filter) | FOR EACH | Iterates through the arrays | FOR EACH | Iterates over the characters of a string | FOR EACH | Iterates through the controls | LOOP | The statement block is repeated endlessly | WHILE | The statement block is repeated according to a condition | The FOR EACH statement can also be used to browse the .Net objects that implement the IEnumerable interface. The branch statement is as follows: | | GOTO | Branches to a given label |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|