Number of column in a matrix



Hello,

How to know the number of column in a matrix.

If A is the matrix and if I do :

LENGTH(ROW(A,1));

This return alway 1.

Thanks for your help.