Clrerrors

From OpenEUO
Jump to: navigation, search

Calling Convention

Call

sl.clrerrors()

Args

none

Results

none

Description

Calling clrerrors deletes all entries in the internal error record and runs the garbage collector. Only necessary to call if errors have been redirected to be inlined or sent to a user defined callback. In such a case, a script failing silently can consume increasing amounts of memory. After a call to clrerrors, all previously returned error references are undefined.

See Also