How would you count the number of values containted within the 2nd dimension of an array?
i.e. I have 13 rows with XX columns where XX equals the variable to find.
You would use count() on a given element of the array, since that would be an array itself.