lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 7/2/07, Stefan Brantschen <sbr@acm.org> wrote:


Maybe I don't understand your question, but why don't you just
implement your own __concat metamethod that fits your specific problem?

With regards
-- Stefan


I think what Walt means is a simple one-size-fits-all way to
concatenate two(or more) tables, I can think of simple ways to
concatenate arrays maybe, but tables with mixed keys (as in string
mostly) is really kinda, not so easy.