Conditional Processing Using CFSWITCH
If you’ve read through my ColdFusion Programming 101: Basic Concepts: Conditional Processing, you should already be pretty familiar with conditional processing and using the CFIF /CFELSE/CFELSEIF tag combinations to process your ColdFusion code in the order you want it to be processed. If you haven’t read it, I highly recommend it to give you a […]