UnTrapErrors - cConnection

Stops error trapping and errors are now redirected to the standard error handler

Type: Procedure

Parameters: None

Syntax
Procedure UnTrapErrors 

Call: Send UnTrapErrors


Description

This stops error trapping (started by TrapErrors) and errors are now redirected to the standard error handler.

After UnTrapErrors, you can test if an error occurred by seeing if the piErrorNumber is 0.