9951 explained code solutions for 126 technologies


luaGet table length


len = #tblctrl + c
len

will contain given table length

tbl

table to get length of

#

returns table length