Gregg:
> I just needed to read a url that has a ! in it, which I guess I've
> never done before, because it doesn't work. e.g.
>
> http://www.nzwebz.co.nz/directory.php?webz=search&amp%3Bsearch_for=yahoo!xtra%20Pro%20Mail
>    
Not answering your question, but offering a workaround: you could try 
escaping the ! to %21

print read to-url 
"http://www.nzwebz.co.nz/directory.php?webz=search&search_for=yahoo%21xtra
  Pro Mail"

Sunanda.
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to