7 ms·
switch in C syntax is terrible implemented, VB done this one so much better. That's one of the reasons why switch is not that popular in C languages (people ten
by stackthat 16y ago
switch in C syntax is terrible implemented, VB done this one so much better. That's one of the reasons why switch is not that popular in C languages (people tend to do crazy if-then-else stuff) and so popular in VB, most devs tries to use select where possible.
- markchristian 16y agoDoes VB have a switch statement, or do you mean select? (Not nitpicking, just curious. It's been a while since I used it.)
- stackthat 16y agoI mean select