Handling error

Ammarhm

Beginner User
Local time
Today, 14:43
Joined
Jul 3, 2008
Messages
80
Hi all
Just about to start running my project
One thing that worries me is "errors", I dont want the script to be intrupted and haulted if an error occure, mostly because of the data input
I wonder if there is a way to tell the script to continue to the next step in case an error ocurs?
Regards
 
I likely wouldn't, but it can be done. In my view, that's not error trapping, it's error ignoring. There are instances when that's appropriate, but as a general rule I'd use the trap.
 
I likely wouldn't, but it can be done. In my view, that's not error trapping, it's error ignoring. There are instances when that's appropriate, but as a general rule I'd use the trap.
Actually, that is exactly what I am trying to do, error ignoring, I know it is not good programming practice, but I have reached to a stage where I have to do it
THanks again
 

Users who are viewing this thread

Back
Top Bottom