Multidimensional array length?

I have a little problem… How can I find out the length of the second dimension in a multidimensional array?
this is not working:

trace(my_array*.length);
(i being a number incremented by a for-loop (starting at 0 of course))

Any help is greatly appreciated =)