nekomatic
0
Q:

lua table is empty

if not next(myTable) then
    -- Table is empty
end
1
for k,v in pairs(table) do 
 table.remove(table, k)
end
0

New to Communities?

Join the community