http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/page-1707261438-Imploding-a-table-LUA.html
Returns a string containing each of the table entries, delimited by whatever delimiter is passed into concat Similar to PHP implode() Python .join() Javascript .join() Snippet table.concat(table,delimeter) Usage Example t = {'1','2','3','4'}
table.concat(t, " - " ) -- Gives 1-2-3-4
table.concat(t) -- Gives 1234 Keywords implode , join , table , delimiter , Latest Posts Calculating the Total Time Spent In A State (Flux) Constructing a hyperlink to share content onto...