M
Mike P
I'm trying to split up a large procedure into several try catch blocks
in order to catch different errors. However, when I split my code up
like this, my variables that I am using throughout the procedure are now
only recoginsed within their own try catch block instead of the whole
procedure.
How do you get around this? By making all your variables public?
Any help would be much appreciated.
Cheers,
Mike
in order to catch different errors. However, when I split my code up
like this, my variables that I am using throughout the procedure are now
only recoginsed within their own try catch block instead of the whole
procedure.
How do you get around this? By making all your variables public?
Any help would be much appreciated.
Cheers,
Mike