Jul 29, 2002 #1 ikirkland Programmer Joined Feb 27, 2002 Messages 16 Location GB Any way that you can (rather than having the code twice) do this: catch e as overflowexception 'some code goes here catch e as argumentexception in some way like this: catch e as overflowexception, agumentexception 'some code goes here
Any way that you can (rather than having the code twice) do this: catch e as overflowexception 'some code goes here catch e as argumentexception in some way like this: catch e as overflowexception, agumentexception 'some code goes here