CodeCop Warning AA0022
Substitute the IF THEN ELSE structure with a CASE.
Description
An IF followed by two or more ELSE IF should be replaced with a CASE.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Substitute the IF THEN ELSE structure with a CASE.
An IF followed by two or more ELSE IF should be replaced with a CASE.