Click to See Complete Forum and Search --> : VBscript- catch an error


pelegk1
05-27-2004, 06:38 PM
how can i catch an error in VBscript?
an to tell the client the reason for the error and its number?


thnaks in advance
peleg

buntine
05-28-2004, 03:31 AM
I beleive the latest version of the VBScript engine suprorts the Try ... Catch statement.

If not, you will have to use JScript, which does support the Try ... Catch.

Regards.