Answers for "how to clear a table in lua"

Lua
0

lua clear table

for i=1, #tablevar do
  tablevar[i] = nil
end
Posted by: Guest on May-10-2020

Browse Popular Code Answers by Language