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

[REBOL] Re: character limit for values in a block?

From: ryan::christiansen::intellisol::com at: 2-May-2001 16:04

I'll look for that discussion. Thanks a bunch! Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com] Joel Neely <[joel--neely--f] To: [rebol-list--rebol--com] edex.com> cc: Sent by: Subject: [REBOL] Re: character limit for values in a block? rebol-bounce@ rebol.com 05/02/2001 02:32 PM Please respond to rebol-list Hi, Ryan, Do I correctly read in your code that you're counting on the one paragraph below: 8<------------------------------------------------------------ content-length: 20 + load system/options/cgi/content-length post-data: make string! content-length read-io system/ports/input post-data content-length 8<------------------------------------------------------------ to obtain all of your data "in fell swoop"? If so, I'm wondering if the need to loop over the input stream (which I tried in my previously-posted efforts) might be part of the picture. -jn-