The alternative to using CASE statements is using an IF-THEN-ELSEIF-ELSE statement.
CASE statements are generally preferred when there are more than two conditions or values to be checked.
The alternative to using CASE statements is using an IF-THEN-ELSEIF-ELSE statement.
CASE statements are generally preferred when there are more than two conditions or values to be checked.