-
Choose
Value = Choose ( Choice , Result1 , Result2 [ , ... ] ) |
この関数は、Choiceの値に従って、そのResult#/ i / argumentsのうちの1つの値を返します。
- Choiceが1の場合、Result1が返されます。
- Choiceが2の場合、Result2が返されます。以下同様です。
- Choiceがゼロ以下の場合、またはChoiceの値に結果値が指定されていない場合は、NULLが戻されます。
Examples
Dim X As Integer = 3
Print Choose(X, "one", "two", "three", "four")
three
Dim X As Integer = 3
Print IsNull(Choose(X * 2, "one", "two", "three", "four"))
True
See also
コメント
最新を表示する
NG表示方式
NGID一覧