Hi,
I'm new to rebol, and I'm trying to do some scripts to learn the language.

In one of my scripts, when I try to read an url inside a "func" I got a
error message:
---------------------------
** Script Error: Invalid path value: lines
** Where: open-proto
** Near: sub-port: system/words/open/lines compose [
    scheme: (to-lit-word subproto)
    host: either all [port/proxy/type = 'generic generic bp]
[port/proxy/host] [port/proxy/host: none port/host]
    user: port/user
    pass: port/pass
    port-id: either all [port/proxy/type = 'generic generic bp]
[port/proxy/port-id] [port/port-id]
]
port/sub-port:
----------------------------------------
If I do the "read" outside of "func", it works well.

Do you have an idea ?

Thanx

Jul



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to