Forum Discussion

ameett's avatar
ameett
Contributor
13 years ago

Handling Microsoft JScript runtime error

Hello, How to handle Microsoft JScript runtime errors in the scripts? e.g. following code - function demo() {   var a=2 var b=3   d=c+a+b } After executing ...