Page 1 of 1

Clear net-error

Posted: Sun Jun 19, 2005 2:13 pm
by newdep
Hi Lutz,

Is there a way to clear the (net-error) back to 'nil ?

When using more net-connections inside the code and more net-error
checks then (net-error) keeps always the last error.
Which will influence the other (net-error) check..

an option to clear-errors in newlisp would be nice add-on ;-)

Regards, Norman.

Posted: Mon Jun 20, 2005 5:09 am
by Lutz
any net-xxxx function, which sets 'net-error' also clears it to 'nil' when the functions finishing sucessful, so there shouldn't be any confusion.

Lutz