SyntaxFix
Write A Post
Hire A Developer
Questions
Just for sake of completion, you can also do this:
array = [] array += [valueToBeInserted]
If it's a list of strings, this will also work:
array += 'string'