lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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