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