Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

lua table is empty

if not next(myTable) then
    -- Table is empty
end
 
PREVIOUS NEXT
Tagged: #lua #table #empty
ADD COMMENT
Topic
Name
5+2 =