Allows you to execute a block of statements an indefinite number of times. |
|
Ends a block of statements such as a Sub procedure or function. |
|
Exits a loop or procedure. |
|
Repeats its block of statements a set number of times as determined by the values used with the To clause. |
|
Branches unconditionally and without return to the label specified in the GoTo statement. |
|
Tests an initial condition and then either performs or omits to perform the statements it contains, dependant upon the logical result of the test condition. |
|
CitectVBAs error-handling routine and specifies the line label of the error-handling routine. |
|
Tests the same variable for many different conditions. |
|
Ends execution of the program. |
|
Similar to the Do While loop statement. |
|
Not supported in CitectVBA. |