D
darrel
Is there a difference? I'm looking through some code where they have this:
case is = 2 or 3
If the select is 2, that case is not triggered.
If I add this to the statement:
case = 2, 3
then it's caught.
So, I assume 'is' different, I'm just not sure in which way and when one
would actually want to use it.
-Darrel
case is = 2 or 3
If the select is 2, that case is not triggered.
If I add this to the statement:
case = 2, 3
then it's caught.
So, I assume 'is' different, I'm just not sure in which way and when one
would actually want to use it.
-Darrel