eException()
doMORELotsMoreStuff()
doLotsHere()
excp = 0 # always reset excp as last action
except aParticularSetOfExceptions:
excp = 1
if excp: should be fine
handleException()
doLotsMoreStuff()
Barry Searle, [EMAIL PROTECTED], 905-413-4020 (TL:969-4020)
Ba
eException()
doMORELotsMoreStuff()
doLotsHere()
excp = 0 # always reset excp as last action
except aParticularSetOfExceptions:
excp = 1
if excp: should be fine
handleException()
doLotsMoreStuff()
Barry Searle, [EMAIL PROTECTED], 905-413-4020 (TL:969-4020)
Ba