I have a two dimensional array, the first dimension is just the number indexing the second array, the second dimension is an array of characters, is there a way to find the number of elements in the second part of the array? cuz $#array would just return the number of elements in the first dimension. Someone please help me!<br>