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

[REBOL] Re: Centralise error trapping in REBOL/View applications

From: anton::wilddsl::net::au at: 7-Aug-2007 15:35

Yes, this is what I normally do: window: layout [...] if error? set/any 'error try [ do-events ][ print mold disarm error ] Anton.