In vbscript can I do the following:
(where WriteEventE() is a custom function) or am I limited to this?
Code:
On error WriteEventE("Error Message String")
(where WriteEventE() is a custom function) or am I limited to this?