Skip to content

UnTrapErrors - cConnection

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

Type: Procedure

Syntax

Procedure UnTrapErrors

Call Example

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.