[REBOL] Newbie error handling question
From: kpeters::vu-ware::com at: 28-Apr-2005 12:06
Hi list ~ how can I employ some error handling so that I get retries if a get in the loop should fail? As always, thanks in advance, Kai foreach url urllist [ counter: counter + 1 write to-file append copy "file" counter read url ]