aeneas81
Junior Member level 1
Beginner's Questions
Hi all, is there anyway I can group certain condition together when using CASE statements?
such as
CASE input_vector IS
WHEN "001" AND "010" => blah blah..
The above command doesn't work, coz the compiler ANDed the 001 and 010 together, instead of treating them as seperate conditions.
Thanks for help!
Hi all, is there anyway I can group certain condition together when using CASE statements?
such as
CASE input_vector IS
WHEN "001" AND "010" => blah blah..
The above command doesn't work, coz the compiler ANDed the 001 and 010 together, instead of treating them as seperate conditions.
Thanks for help!