Re: Table length operator
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Table length operator
- From: Eva Schmidt <es@...>
- Date: 2008年3月12日 17:12:52 +0100
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