dtqbterror
Programmer
I am attempting to use the JavaScript standard error handler in NS 4.X
try
{
...
}
catch
{
...
}
finally
{
...
}
but keep getting the error try is a reserved identifier.
Does anyone know why this is and how to fix it.
try
{
...
}
catch
{
...
}
finally
{
...
}
but keep getting the error try is a reserved identifier.
Does anyone know why this is and how to fix it.