Re: newbie question - strings and arrays
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: newbie question - strings and arrays
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年10月13日 14:08:55 -0300
> 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