@myArray is an array with one element. The element is an array with 20 elements.
@myArray->
[0]->
[0]
.
.
.
[19]
How do I get to the size (20) of the array inside the array?