1
Reply

Count number of similar values in an array

Joshua Foulk

Joshua Foulk

Jul 3 2008 7:31 PM
5.7k

Is there an easy way to count the number of similar items in an array?  I know that I could loop through the array and keep a count of the number of items that match my criteria, but is there a built in function to do this?

Thanks,

Joshua Foulk


Answers (1)