Difference between revisions of "Clrerrors"
From OpenEUO
					
										
					
					| m (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...") | 
| (No difference) | 
Latest revision as of 23:29, 1 November 2010
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.
