list, tlist, mlist numbers of entries
n = lstsize(l)
a list, tlist or mlist object
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 similarly with all list types
while size
is overloaded for mlist
objects.
Version | Description |
6.0.1 | lstsize() is declared obsolete, to be removed from Scilab 6.1.
Please use size() instead. |