|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Case switch question
Is there any limit to the number of case switch options you can have?
I have a case switch that now has 15 options in it and i am sure i will add many more before the end of my project. Will i run into performance problems if i have a switch statement with 30 options? thanks toby |
|
#2
|
|||
|
|||
|
Quote:
Absolutely not. You could have 300 cases and it would not effect performance. Switch conditional is extremely fast and efficient...
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
|
#3
|
|||
|
|||
|
wicked thats exactly what i wanted to hear.
I'll carry on racking up the statements thanks t |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Case switch question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|