lua-users home
lua-l archive

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


> Is there an easy way to create a large string of blanks? Say, 2500 or more long?

string.rep(" ",2500)