DrumAt5280
Technical User
If i am using CFSwitch statement and have about 40 CFCase's within the switch. Would the switch statement theoretically run faster if i place the most frequently used cfcase statements at the top?
I guess what i am asking is when CF processes the switch statement and then it hits the matching cfcase statement does it stop processing the rest of the statement and move on?
I just trying to learn CF best practices.
I guess what i am asking is when CF processes the switch statement and then it hits the matching cfcase statement does it stop processing the rest of the statement and move on?
I just trying to learn CF best practices.