How to use switch with ranges?
- Posted by irv Sep 21, 2010
- 1203 views
Suppose I need to write something like:
switch age do case 1..20 then msg = "No Beer!" case 21..30 then msg = "check dress code" case 31..50 then msg = "suggest they try the veal" case 50..
You get the idea Is there a range or set or ? function to do this in eu 4.0?