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