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 <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.