list, tlist, mlist numbers of entries
n=lstsize(l)
:l a list, tlist or mlist object : :n an integer, the number of entries :
lstsize(l) returns the number of entries for list, list, mlist objects. This function is more efficient than the size function and works similarily with all list types while size is overloaded for mlist objects.
lstsize(`list`_(1,'aqsdf'))
x=`ssrand`_(3,2,4);
[ny,nu]=`size`_(x)
lstsize(x)