C
crazyrdx
Guest
If a variable OPCODE is "0000 0001" or "0000 0010" or " 0000 0011" or
"0000 0100" , then I wish to perform a certain action.
How can I do this ? Do I need to use if elsif elsif else, or case? Isnt
there an operator which allows me to put all of these in a single if?
thanks
rdx
"0000 0100" , then I wish to perform a certain action.
How can I do this ? Do I need to use if elsif elsif else, or case? Isnt
there an operator which allows me to put all of these in a single if?
thanks
rdx