Rahul Shaniya
0
Q:

Lua array add item

local tbl = {}
table.insert(tbl, "Hello World")
3
local tbl = {}
tbl[1] = "Hello World"
0

New to Communities?

Join the community