(net-error)
Posted: Fri Oct 15, 2004 8:49 am
Hi Lutz,
Is it possible to change the behaviour of (net-error) return messages?
Currently the 'net-error message is a string,
starting with a number ending with a string..
I think that if 'net-error is able to return a List then its more dynamic,
grabbing the problems code using a 'case return the string.. this solves
a lot of extra coding in newlisp to grab the error message and makes
grabbing errors dynamic...
like ->
( 6 "Connection Closed" ) instead of ( "6 Connection closed")
Regards,
Norman.
Is it possible to change the behaviour of (net-error) return messages?
Currently the 'net-error message is a string,
starting with a number ending with a string..
I think that if 'net-error is able to return a List then its more dynamic,
grabbing the problems code using a 'case return the string.. this solves
a lot of extra coding in newlisp to grab the error message and makes
grabbing errors dynamic...
like ->
( 6 "Connection Closed" ) instead of ( "6 Connection closed")
Regards,
Norman.