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

[REBOL] Re: binary problem

From: g:santilli:tiscalinet:it at: 4-Mar-2001 10:55

Hello Nenad! On 03-Mar-01, you wrote: NR>> Is append a good way to join two binaries ? NR> Sure, it's a good way. You can also use 'join (should be a NR> little bit faster). Actually, JOIN would be a bit slower (but does not modify the first series): join: func [ "Concatenates values." value "Base value" rest "Value or block of values" ][ value: either series? value [copy value] [form value] repend value rest ] Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/