Posted by Lil' Viv on July 16, 2001 at 23:08:40:
In Reply to: try - catch posted by ?? on July 16, 2001 at 23:06:04:
: how are you supposed to use the try catch statement in our foo handler
Well . . . try constructing the foo and catch the baz error, then split it up into the different errors.
If you are unsure how to use try/catch . . . consult a reference book and look up "Exception Handling," that should help . . .