SyntaxFix
Write A Post
Hire A Developer
Questions
I'd personally make use of the table.insert function:
table.insert
table.insert(a,"b");
This saves you from having to iterate over the whole table therefore saving valuable resources such as memory and time.