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: petr:krenzelok:trz:cz at: 16-Apr-2001 11:32

----- Original Message ----- From: "Carl Sassenrath" <[carl--rebol--com]> To: <[rebol-list--rebol--com]> Sent: Monday, April 16, 2001 10:38 AM Subject: [REBOL] Re: How to send big string to library and back?
> No. REBOL does not use the null to terminate its strings. But, best to use > Binary! datatype, not a string. Then you can just do a PROBE to debug the > binary data. Handy.
Yes, so far it seems to me we will use /binary ports to receive binary data representation. But how do I send binary rebol datatype to library? Library docs don't seem to cover binary! datatype as an option ... -pekr-