[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: sscanf like in Lua
- From: Jose Marin <jose_marin2@...>
- Date: Tue, 24 Aug 2010 05:15:37 -0700 (PDT)
Thank you all for the tips, guys!
--- Em ter, 24/8/10, Enrico Colombini <erix@erix.it> escreveu:
> De: Enrico Colombini <erix@erix.it>
> Assunto: Re: sscanf like in Lua
> Para: "Lua list" <lua@bazar2.conectiva.com.br>
> Data: Terça-feira, 24 de Agosto de 2010, 7:51
> On 24/08/2010 9.29, Michal
> Kolodziejczyk wrote:
> > You probably meant: (%-?%d), because you would be
> interested in at most
> > one minus sign in the front of the number.
>
> Right. Thanks for the correction.
>
> Enrico
>