Clrerrors

From OpenEUO
Revision as of 23:29, 1 November 2010 by Ximan (Talk | contribs) (Created page with "== Calling Convention == Call sl.clrerrors() Args none Results none == Description == Calling clrerrors deletes all entries in the internal error record and runs the garbage...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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