END SELECT
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
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