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

[REBOL] Re: Read

From: gchiu:compkarori at: 18-Nov-2000 17:48

This is an example of the problems I'm having read http://www.mtnsms.com vs: http-port: open tcp://www.mtnsms.com:80 insert http-port GET / HTTP/1.0^/^/ while [data: copy http-port] [ prin data ] which produces quite different output -- Graham Chiu