END SELECT - QB64Official/qb64 GitHub Wiki

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 Codes.

See Also