Hi Anton,

Bit slow on the uptake here ....
If you do a 
        set/any 'error try [print ""]

How do you test for an error?

any time I try to do anything with error I get an error :-) .... for example

>> print error
** Script Error: error has no value
** Near: print error

Cheers Phil
 
=== Original Message ===


Good site.
Bad colours - that's ok! I set my browser
to overide your colours with my preferred
colours. >:D

In the errors handling document, I think you
should set people to use

        set/any 'error try 

rather than

        error: try 

because in some cases the second one leads to another
error. For a beginner that would be frustrating.
eg:

>> error: try [print ""]

** Script Error: error needs a value
** Near: error: try [print ""]

print returns an unset!, so there is nothing to
set error to, and a new error is generated.

Anton.

> Hi guys,
> 
> since some time I have got my REBOL promotion website 
> http://home.zonnet.nl/rebolution running.
> 
> In order to serve the REBOL community best, I ask you to check my 
> site for correctness and completeness. If you think it's 
> worthwile, please link to my site. Do not hesitate to comment, I 
> am just a newbie :-)
> 
> Met vriendelijke groet / with kind regards,
>     Arie van Wingerden

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to