cfswitch:
--------
1. you can put the cfdefaultcase tag at any position within a cfswitch statement; it is not required to be the last item.
2. The cfswitch tag provides better performance than a series of cfif/cfelseif tags, and the code is easier to read.
0 comments:
Post a Comment