Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
VB Programming

The switch .. case ... statement

 

Control Structures

The switch .. case ... statement

The switch statement can deal with specific values for the control variable. Typically we can use integers or enumerated types.

See also: Boxes tutorial
See also: if .. else ..
See also: if .. else .. if ..