|32|12|31|33|

Let's say it's an array named Arr.
It's size is 4, why? Coz it has four elements(Values) in it.
How do you get values? Like;
Arr[0]; this will be 32
Arr[1]; this will be 12
And...