Jump to content

try...catch


joecool2005

Recommended Posts

if you want the code to continue running even if an error occurs you can do this.

try{...your code...}catch{}

If you place not exception handling in the catch the code will just skip over the error and continue.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...