Clrerrors
From OpenEUO
Revision as of 22: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...")
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.