> From: Michael Hawksworth <[EMAIL PROTECTED]> > Date: Tue, June 27, 2006 6:59 am > To: [email protected] > > I don't agree, if you catch error within your code you can code to allow > one exit. > > The code will be c**p, but you can have one exit. This is one argument > for having GOTO. You set the error condition and jump to the exit code.
This is why Try Catch Finally is good. It just seems like a lot of repeat code for EVERY method in your app with a param associated. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

