> 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