Sorry, skimmed through my emails too fast, didn't read the context of your
question.
You're right, URLs in REBOL don't like carets (but the double carets do
evaluate to a single). I'll suppress the urge to make a pun out of this.
- Michael Jelinek
Kenneth LO <[EMAIL PROTECTED]>@rebol.com on 04/27/2001 02:28:05 AM
From: Kenneth LO <[EMAIL PROTECTED]>@rebol.com on 04/27/2001 02:28 AM
Please respond to [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: [REBOL] Re: how to escape a caret
I think url is not parsed this way. Try
page: read http://quote.yahoo.com/d/quotes.csv?s=^^HSI&f=sl1d1t1c1ohgv&e
=.csv
page: read to-url "http://quote.yahoo.com/d/quotes.csv?s
=^^HSI&f=sl1d1t1c1ohgv&e=.csv"
They all fail.
2001/4/20 AM 03:10:22, [EMAIL PROTECTED] wrote:
>This works for me:
>
>>> print "^^"
>Kenneth LO <[EMAIL PROTECTED]>@rebol.com on 04/20/2001 12:55:21 AM
>How can I escape the caret (^) in
> page: read http://whatever.com/cgi?data=^something
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.