At 14:32 -0800 7/24/96, ThwartedEfforts wrote: >We already have three ways to append items to the end of lists: > {@foo, bar} > listappend(foo, bar) > foo[$+1..$] = {bar} >Do we really need another one? > >Andy. Yes. listinsert(foo, bar, length(foo)+1) (and in some case setadd() :-) Richard