brian pan
Member since Dec 11, 2008
- Profile: /members/582-brian-pan.htm
- URL: http://www.mbx.com
- Comments: 1
Recent Blog Comments By brian pan
-
Thoughts On Chained And Dependent Algorithm Steps
Posted on Apr 10, 2008 at 4:29 PM
I think you can already do this with try/catch as it is. <cftry> <cfset step = 1> <!--- Do something ---> <cfset step = 2> <!--- Do something ---> <cfset step = 3> <!--- Do something ---> <cfcatch> <cfswitch expression="#step#"> ... read more »