Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

lua add to table

foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #lua #add #table
ADD COMMENT
Topic
Name
3+2 =