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

[REBOL] Re: stepping through system object

From: g:santilli:tiscalinet:it at: 7-Mar-2003 14:58

Hi Thorsten, On Friday, March 7, 2003, 2:08:05 PM, you wrote: TM> So, can anybody help? What version of REBOL? With older version you could write:
>> my-path: "system/options/cgi"
== "system/options/cgi"
>> my-path: load my-path
== system/options/cgi
>> probe my-path
make object! [ server-software: none server-name: none gateway-interface: none server-protocol: none server-port: none request-method: none path-info: none path-translated: none script-name: none query-string: none remote-host: none remote-addr: none auth-type: none remote-user: none remote-ident: none Content-Type: none content-length: none other-headers: [] ] On the newer versions you have to write:
>> my-path: "system/options/cgi"
== "system/options/cgi"
>> my-path: load my-path
== system/options/cgi
>> probe do reduce [my-path]
make object! [ server-software: none server-name: none gateway-interface: none server-protocol: none server-port: none request-method: none path-info: none path-translated: none script-name: none query-string: none remote-host: none remote-addr: none auth-type: none remote-user: none remote-ident: none Content-Type: none content-length: none other-headers: [] ] Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r