One of the nice things about LV is its polymorphism and the way it immediately tells you you made it a mistake.
A case structure does not allow only boolean or a single integer. You can define multiple numbers by using a comma and to define a range simply USE the syntax 10..20. If you wire an integer into the selector and use 2 periods this will be accepted. If something is not accepted (like using a single period, for a fractional number), you will know about it immediately because the font will turn red.
You can also use, for example, error clusters, strings and enums. Just try playing with it.
___________________
Try to take over the world!