Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

remove from table lua

table.remove(tbl, index) -- Removes and shifts remaining elements
tbl[index] = nil -- Removes without shifting
 
PREVIOUS NEXT
Tagged: #remove #table #lua
ADD COMMENT
Topic
Name
3+4 =