Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] error in reading url

From: mlist:wgs:ch at: 26-Nov-2001 21:53

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