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

[REBOL] Re: remaking an error ?

From: nitsch-lists:netcologne at: 24-Oct-2001 16:01

RE: [REBOL] Re: remaking an error ? Hi Marten. what do you really want to do? Since disarmed errors seems copies of the original, you can simply throw them again?
>> error? a: try [make error! "bang"]
== true
>> probe disarm a
make object! [ code: 800 type: 'user id: 'message arg1: "bang" arg2: none arg3: none near: [make error! "bang"] where: none ]
>> a
** User Error: bang ** Near: make error! "bang"
>>
;-) Volker [koopmans--itr--ing--nl] wrote: