Use the comma operator to delimit case statements
Select Case 2
Case 0,1,2,3
Console.WriteLine("hit")
End Select
Use the comma operator to delimit case statements
Select Case 2
Case 0,1,2,3
Console.WriteLine("hit")
End Select