On Thu, 10 Feb 2005 20:18:09 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > so, by what you say, in a cfmail scenario, any exceptions basically > just crash the whole operation?
Noooo :-). What Barney said happens... or is supposed to. He boiled down the same sort of layout I posted and apparently what it is you are doing. 1. The loop executes 2. The cfmail executes. If the cfmail throws then the catch executes instead 4. the loop continues and we go back to Step 1 on the next item in the loop. If that ain't happening for you I think you have something else mixing itself into the picture. I would pick apart / debug the bejesus out of your catch code to see if you aren't getting another failure in there, which in turn is the real cause of the loop dying. I've seen that happen before. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194173 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

