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: carl:rebol at: 16-Apr-2001 1:38

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. -Carl