| 10/7/2004
Select Case
Multiple Select.zip
The Select Case structure is used to
execute one of several groups of statements, depending on the value of
an expression. This project demonstrates the different possible
ways to test the value of an expression in a Select Case structure.
Click the link above to download this
Visual Studio.NET Visual Basic project. |