END SELECT: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(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 |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: END SELECT | |||
* The statement is required to end a SELECT CASE block or there will be an [[ERROR Codes|error]]. | {{PageDescription}} | ||
* The statement is required to end a SELECT CASE block or there will be an [[ERROR Codes|error]]. | |||
{{PageSeeAlso}} | |||
* [[SELECT CASE]], [[IF...THEN]] | * [[SELECT CASE]], [[IF...THEN]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 00:31, 29 January 2023
The END SELECT statement ends a SELECT CASE statement block.
Syntax
- END SELECT
Description
- The statement is required to end a SELECT CASE block or there will be an error.
See also