[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Again problems with the creation of tables...
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 26 Oct 2013 08:36:37 -0200
> data[i][text] = data[i][text] and (data[i][text] + 1) or 1
data[i][text] = (data[i][text] or 0) + 1
-- Roberto