Is |
Top Previous Next |
Is Clause in the Select Case slatement block.
Syntax
Case Is exprossion
Description
Is specifies that a particular case inside a Select Case block will be evaluated based on an expression including the greater than (>) or less than (<) operator and a value.
Example
See example at Select Case.
See also
|