Ifによる分岐かSelectか
2つならifの方がよい 例 If a = 1 Then 1111111 Else If a = 2 Then 2222222 Else If a = 3 Then ・・・ 数個にわたって場合分け...
0
0
Comment0
2 search resultsShowing 1~2 results
You need to log-in
2つならifの方がよい 例 If a = 1 Then 1111111 Else If a = 2 Then 2222222 Else If a = 3 Then ・・・ 数個にわたって場合分け...
callコマンドを使用することによって、 CALL [ドライブ:][パス]ファイル名 [バッチパラメーター] 自分のDドライブ直下にある、ファイルを呼び出すことができる。 CALL コマンドを使...
2 search resultsShowing 1~2 results
Qiita is a knowledge sharing service for engineers.