Condition Statements

The following statements are based on conditions.

If...Then...Else Statement

Defines one or more statement blocks that you only want to execute if a given condition is True.

Select...Case Statement

Defines one or more statement blocks depending on the value of an expression.

IIf Statement

Returns one of two possible function results, depending on the logical value of the evaluated expression.

Please support us!