Clear net-error

Started by newdep, June 19, 2005, 07:13:08 AM

Previous topic - Next topic

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.
-- (define? (Cornflakes))

Lutz

#1
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