lua-users home
lua-l archive

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


> Well, I suppose this calls for a StringBuffer class to be written
> for Lua ;)

It has one already. It is called "table" :)  Simply append the string
pieces into the table and then call table.concat.

-- Roberto