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

[REBOL] Re: Post vs Get

From: chris:starforge:demon at: 10-Jul-2001 15:05

Stefan Falk wrote:
> Hi, > > try the following: > > content-length: 20 + load system/options/cgi/content-length > read-io system/ports/input data: make string! content-length content-length > data: make object! decode-cgi data
/me slaps his head So *that's* how you make the buffer the right size! Thanks :)) Chris