Scilab 6.0.0
Scilab Help >> Scilab > Error handling > errclear
errclear
error clearing
Syntax
errclear([n])
Description
clears the action (error-handler) connected to error of type
n
.
If n
is positive (n > 0), it is the number of
the cleared error ; otherwise if (n <= 0) all errors are cleared
(default case).
Examples
See Also
- lasterror — get last recorded error message
Comments
Add a comment:
Please login to comment this page.