Error Variables
- ErrorMode - Defaultly set to 1, meaning stop when an error occurs, 0 means to ignore the error and continue execution
- ScriptError - Keeps track of the specific error that is occurring within a Script
- DUAL, contains the error number and descriptive text
- ScriptErrorCount - Returns the total number of statements that have caused errors during the current script execution
- ScriptErrorList - A list of all script errors occurred during the last script execution