Is

Clause in the KeyPgSelectcaseSelect Case statement block.

Syntax
	Case Is expression

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 KeyPgSelectcaseSelect Case.

See also
	* KeyPgSelectcaseSelect Case
	* KeyPgOpIsOperator Is

