[REBOL] Re: try fails to catch error
From: rebol:svendx:dk at: 27-Nov-2000 3:23
Hello Graham,
Seems to work here (Amiga version).
Here's a sample REBOL session:
REBOL/Core 2.3.0.1.1 22-Jun-2000
Copyright 2000 REBOL Technologies. All rights reserved.
## bademail: make email! "nospam"
== nospam
## error? try [send bademail {testing}]
== true
## print mold disarm try [send bademail {testing}]
make object! [
code: 800
type: 'user
id: 'message
arg1: {Server error: tcp 504 <nospam>: Recipient address rejected: need fully-qualified
address}
arg2: none
arg3: none
near: [insert port reduce data]
where: none
]
On 26-Nov-00, you wrote:
> I don't know if this is WAD, but try fails to catch this
> error:
>
> bademail: make email! "nospam"
>
> try [ send bademail {testing} ]
>
> Fails in both the current experimental and stable versions
> of win32.
>
> --
> Graham Chiu
Best regards
Thomas Jensen