[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple way to create a big string of blanks?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 19 Aug 2009 17:19:24 -0300
> Is there an easy way to create a large string of blanks? Say, 2500 or more long?
string.rep(" ",2500)