[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Again problems with the creation of tables...
- From: meino.cramer@...
- Date: Sat, 26 Oct 2013 12:47:41 +0200
Roberto Ierusalimschy <roberto@inf.puc-rio.br> [13-10-26 12:40]:
> > data[i][text] = data[i][text] and (data[i][text] + 1) or 1
>
> data[i][text] = (data[i][text] or 0) + 1
>
> -- Roberto
>
Hi Roberto,
thanks ... I wrote it wrongly into the mail...the original
is well, healthy and up and running ;)
Thanks for pointing this out! :)
Best regards,
mcc