Guys:

When I use this code, everything works:

        data: read/lines %//_2003_08/002s1d0.txt

But, when I try to pass a variable to that line, while it returns the
correct URL -the code fails and reports that it was expecting the
correct type URL block:

data: read/lines rejoin [ %///_2003_08/ f1 "s1d0.txt" ]

It there a trick to making the variable URL, or compatible with a URL
block?

I tried 

        f1: make string! cgi/f1

        f1: make none! cgi/f1

        f1: make number! cgi/f1

John Harbaugh, Webmaster
512-369-6018

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to