[REBOL] Re: script error?
From: terry:depotcity at: 10-Feb-2001 1:19
Oops... spoke too soon (and to myself it would appear).
The script is designed to escape a string! called "asking"
It's then attached to the end of a url and sent off (in theory)
It's been working fine for months, but now it requires me to
escape
the string PRIOR to it reaching "asked"??
Otherwise I get the error message.
if asking: "my string" it chokes.
if asking: "my+string" it's fine
if asking: is a single word "string" it's fine too.
asked: replace/all asking " " "+"
(chokes with the error message right here???)