Hi!

In VB I can use the Select Case function and specify case 0 to 8, or Case a to b

How can I do this in C# without using fall thru?

Thanks!