Solution for "lua find index of value in table". --How to access something in a table by its index in lua: local mytable = {"Hi", 6,"Bye"} --To access it: ...
確定! 回上一頁