ID:178831
 
Is there a way to find such a number?
Gakumerasara wrote:
Is there a way to find such a number?

length(listName) or listName.len are usually used to find the total number of things.

If you want to find the number of occurances of a specific item within the list, my ListHelp library has a proc for this. (It's in the library section.)
Gakumerasara wrote:
Is there a way to find such a number?

Yes, Lists have a varible called len to them which is the length of the list.