[REBOL] Re: character limit for values in a block?
From: ryan:christiansen:intellisol at: 2-May-2001 16:32
Is this what you are referring to?
http://www.escribe.com/internet/rebol/m4260.html
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-