| Scilab Reference Manual |
|---|
iserror — error occurence test
iserror([n])
tests if error number n has occurred (after a call to errcatch). iserror returns 1 if the error occurred a nd 0 otherwise
n>0 is the error number ; all errors are tested with n<0.
| << inv_coeff | isglobal >> |