newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on June 19, 2005, 07:13:08 AM

Title: Clear net-error
Post by: newdep on June 19, 2005, 07:13:08 AM
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.
Title:
Post by: Lutz on June 19, 2005, 10:09:16 PM
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