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

[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