[REBOL] Re: Catching net errors
From: rebol:techscribe at: 14-Jan-2001 14:37
Hi Fantam, the simple way is to use set/any if error? set/any 'err try [ ...] [ print mold disarm err ] Fantam wrote:
[REBOL] Re: Catching net errorsFrom: rebol:techscribe at: 14-Jan-2001 14:37
|