Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
Report an issue | ||
<< Error handling | Error handling | error >> |