[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: It would be nice if I could do: "200502" <= a <="200601" instead of "200502" <= a and a <="200601"
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 21 May 2006 21:30:22 -0300
> I cannot do the following in Lua: "200502" <= a <="200601"
> I get the following error: cannot concatenate boolean to string.
Are you sure that's the message? I get "attempt to compare string with nil".
--lhf