so it will be like:
array = [0,1,2,3,4]
array.push(5,6,7,8,9)
array becomes 0,1,2,3,4,[5,6,7,8,9]?
about his question, It was weird that it shows all variables since the method theo posted should have returned only 1 variable if it works correctly, so \V[20] should only show 1 variable instead of the whole 16 variables