Use the unpack function: local myString = strjoin(' ', unpack(myTable)). Newer versions of Lua place the unpack function in the table module ...
確定! 回上一頁