===== OffError (Statement) ===== ==== Format ==== **offerror** ==== Description ==== Removes the last error trap defined with the [[onerror|OnError]] statement. If all of the traps have been removed then error trapping is restored to the default behavior. You may not execute an OffError statement inside a [[Try|Try / Catch / End Try]] statement. ==== Example ==== See examples of usage on [[OnError|OnError]] and [[ThrowError|ThrowError]] pages. ==== See Also ==== {{page>en:start#Error Handling&noheader}} ==== History ==== |0.9.6z|New To Version|