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.
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