[EMAIL PROTECTED] wrote:
> I don't see how INSERT TAIL TEXT would work here.
>
> If I wanted to insert something at the tail, I'd just use APPEND
>> source append
append: func [
{Appends a value to the tail of a series and returns the series
head.}
series [series! port!]
value
/only {Appends a block value into a block series as a block}
][
head either only [insert/only tail series :value
] [
insert tail series :value
]
]
Sometimes, INSERT TAIL TEXT "" is better than APPEND TEXT "",
particularly if speed is considered during input-output operations with
REBOL.
Andrew Martin
Behaving rationally...
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-