Count-func
Counts elements in a vector.
int Count(vd[,int n])
vd
n
Return the number of specified object by n.
int dd=count(col(a),2); dd=; //Should return the number of missing values in col(A).