END SELECT: Difference between revisions
Jump to navigation
Jump to search
Created page with "The '''END SELECT''' statement ends a SELECT CASE statement block. {{PageSyntax}} :: END SELECT * The statement is required to end a SELECT CASE block or there will be an error. ''See also:'' * SELECT CASE, IF...THEN {{PageNavigation}}" |
No edit summary |
||
Line 6: | Line 6: | ||
* The statement is required to end a SELECT CASE block or there will be an [[ERROR Codes|error]]. | * The statement is required to end a SELECT CASE block or there will be an [[ERROR Codes|error]]. | ||
''See also:'' | ''See also:'' | ||
* [[SELECT CASE]], [[IF...THEN]] | * [[SELECT CASE]], [[IF...THEN]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 01:33, 23 January 2023
The END SELECT statement ends a SELECT CASE statement block.
Syntax
- END SELECT
- The statement is required to end a SELECT CASE block or there will be an error.
See also: