Resolved! Counting Instances in Array Object and Removing Duplicates
As I process an array, I want to see if I have any duplicate names in the array that I am processing. If I encounter a duplicate name, I only want to keep the one where the series contains “Trekker.” How can I do this? For example, given the shows ar...