I guess you could skip the finally block by writing an if statement directly within it:
As long as the variables/objects that you are
testing as part of the condition are visible / in scope, this will achieve the desired results.
Its a bit messy though. I'm not sure its that elegant, and I guess the purists would frown upon it
. It would work though.
[ May 23, 2006: Message edited by: Nathan Russell ]