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

[REBOL] Problem with try [ open/direct/binary tcp://... ] Re:(7)

From: al:bri:xtra at: 2-Oct-2000 20:55

eventi wrote:
> And I havn't seen an elegant way to concatenate binary! type data. > Join would be nice. > > >> probe join #{012345} [ #{0123} ] > #{012345237B303132337D}
Have you tried 'join? Like this:
>> join #{012345} #{0123}
== #{0123450123} It seems simpler to me. BUT! It also looks to me that you've found a bug in rebol, that seems odd. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/ http://members.xoom.com/AndrewMartin/