VBScript Error Handling

This is one of the ways to check vbscript errors on your functions.

The VBScript will always abort whenever an error happen and sometimes it's hard to find out what is going wrong. With this sample you'll be able to implement your functions in a way that it will OUTPUT any VBScript errors to easily deploy and maintain your app.