Is
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgIs
- Last revised: 2020-01-25
Clause in the 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.
Examples
See example at Select Case.
See also
Select CaseOperator Is
Back to DocToc