This article is tagged with:
Lua table is empty
and lua
lua table is empty
if not next(myTable) then
-- Table is empty
end
if not next(myTable) then
-- Table is empty
end