lua-users home
lua-l archive

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


Hi,


Correct.  But often it is sufficient to know if a table is empty or not:

next(tbl) == nil

Yes, in my case this will work. I didn't thought of that!

Cheery,
Eva