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

[REBOL] Re: How to send big string to library and back?

From: robert:muench:robertmuench at: 16-Apr-2001 15:36

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Andrew Martin > Sent: Monday, April 16, 2001 11:46 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: How to send big string to library and back?
Hi, if you know the size, why don't you send the size as an extra parameter to/from the library and the pointer/array/... of your binary data as the second? If it's possible to make it easy, just keep it easy ;-)) Robert