Hi,
Generally in Vbscript there are Two Types of Errors:
1)Syntax Errors
2)Runtime Errors
Syntax Errors:
For knowing how many errors are there & what are they ?
Use Tools --> "Check Syntax" option (Ctrl+F7) , then all the syntax errors will be displayed in Information pane.
Runtime Errors : You can use "ERR" object for retrieving the Error information.
Generally in Vbscript there are Two Types of Errors:
1)Syntax Errors
2)Runtime Errors
Syntax Errors:
For knowing how many errors are there & what are they ?
Use Tools --> "Check Syntax" option (Ctrl+F7) , then all the syntax errors will be displayed in Information pane.
Runtime Errors : You can use "ERR" object for retrieving the Error information.