Feeds
回答済み
Switch -- How to specify interval of cases?
..ok, in fact I can do what I need with if: if (i>=1)&&(i<=100) statement elseif (i>=101)&&(i<=200) statement ...
Switch -- How to specify interval of cases?
..ok, in fact I can do what I need with if: if (i>=1)&&(i<=100) statement elseif (i>=101)&&(i<=200) statement ...
12年以上 前 | 0
質問
Switch -- How to specify interval of cases?
Hi, I am writing a SWITCH statement, but I need each case to be chosen for an interval of the switch variable. I'd think this sh...
12年以上 前 | 3 件の回答 | 1