Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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: