strjoin accepts one string and then a variable number of arguments. I\'m looking for a way to take a table with a variable number of arguments and use each item in the table
Use table.concat instead of strjoin.
table.concat
strjoin