From: amit sharma on
Dear sir

i have a 2-Dimension array. how i count the no of element in
particular row.


thanks
From: Matt J on



size(YourArray,2);
From: Oleg Komarov on
amit sharma <sharma.a28(a)gmail.com> wrote in message <f48fc740-b423-4ce8-aa0d-a5e132ff9938(a)m35g2000prn.googlegroups.com>...
> Dear sir
>
> i have a 2-Dimension array. how i count the no of element in
> particular row.
>
>
> thanks
The question, stated as it is, does not make sense.
Be more specific: what kind of array do you have? Do you want to count elemnts that meet certain criteria (not NAN for example?)

Oleg