Answers for "lua check if array empty"

Lua
2

lua array is empty

if not next(myTable) then
    -- Table is empty
end
Posted by: Guest on September-27-2020

Browse Popular Code Answers by Language