I\'m using an Or statement in my case expression.
Even though I have a value within this range, it didn\'t find a match. Why not?
Example Code:<
Use the comma operator to delimit case statements
Select Case 2 Case 0,1,2,3 Console.WriteLine("hit") End Select