SyntaxFix
Write A Post
Hire A Developer
Questions
Just if someone is having this issue and hadn't done list[index, sub-index], you could be having the problem because you're missing a comma between two arrays in an array of arrays (It happened to me).
list[index, sub-index]