条件判定ステートメント

条件判定を行うステートメントです。

If...Then...Else Statement

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

Select...Case Statement

1 ないし複数のステートメントブロックを、与えられた表式に応じて選択します。

IIf Function

与えられた表式を評価して得られる論理値に基づいて、2 つある選択肢の 1 つを結果として返します。

ご支援をお願いします!