[REBOL] Catching net errors
From: danec:thevision at: 30-Mar-2001 12:29
Greetings, If I attempt to read from a web page that does not exist, ie: dump: read http://www.foobarfoo.com/ Rebol stops execution of the code and reports: ** Access Error: Cannot connect to www.foobarfoo.com ** Where: open-proto ** Near: read http://www.foobarfoo.com How do I catch this error and continue execution? -- Dane Carlson