Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to check if table is clear

local Table = {}

if #Table == 0 then
	print("This table is empty!")
end
 
PREVIOUS NEXT
Tagged: #check #table #clear
ADD COMMENT
Topic
Name
9+7 =