04-09-2007, 08:47 PM
You could always use 'On error Goto blahblah' couldn't you?
Then just use
:BlahBlah
If err.Number = dx error number
Use the System memory
I cant remember how the err.Number thing works, but I know it exists, it lets you read last error number
Error handling's the key
Then just use
:BlahBlah
If err.Number = dx error number
Use the System memory
I cant remember how the err.Number thing works, but I know it exists, it lets you read last error number
Error handling's the key
