Executes a series of statements that repeatedly refer to a single object or structure so that the statements can use a simplified syntax when accessing members of the object or structure.
Runs one of several groups of statements, depending on the value of an expression. You can use multiple expressions or ranges in each Case clause. For example, the following line is valid. You can ...