Dave, Thanks for the explanation, but Ben's reply is actually the answer to your dilemma. In the catch () block, change 'Exception' to 'Any', and it'll perform as expected.
Matt On 2/12/07, Dave Hatz <[EMAIL PROTECTED]> wrote: > > Matt, > By "not working", I mean the code will throw an error, so I want the Catch > to trigger and return a false value. This for loop is trivial. I want to > make sure I have the correct syntax for the try/catch. > > When the function does get an error, the catch is not being picked up and > I > can't figure out why not? > > Dave > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269608 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

