table.concat(stack, ",")
That code should concatenate the table into a string with values seperated by a comma.
But then, I get this error:
bad argument: string expected, got table
I made sure stack was a table but that can't be the error since the only string argument it needs is actually a string.
Edited by Midnightas, 16 August 2016 - 06:30 PM.












