1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>ERRORCOUNT Retrieve the Error Counter for the Interpreter
</TITLE>
</HEAD>
<BODY>
<H2>ERRORCOUNT Retrieve the Error Counter for the Interpreter
</H2>
<P>
Section: <A HREF=sec_freemat.html> FreeMat Functions </A>
<H3>Usage</H3>
This routine retrieves the internal counter for the interpreter,
and resets it to zero. The general syntax for its use is
<PRE>
count = errorcount
</PRE>
<P>
</BODY>
</HTML>
|