This:
Apparently you can't use a variable in the index and use the .push method at the same time? How do I get around this?
Thank you very much!
<<set $array[$n].push([2,2])>>throws an error.
Apparently you can't use a variable in the index and use the .push method at the same time? How do I get around this?
Thank you very much!