Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Closes a Select block
Technical Exegesis...
Closes a Select block. Marks the end of a Select/Case/Default structure. Required to properly terminate every Select statement. Program execution continues with the code following EndSelect after the matching Case or Default block completes.