findItem <array> <value>
Does a MAXScript ‘==’ comparison between elements in the array and the target object and then returns the index of the first occurrence of the given value in the array or 0 (zero) if the value is not in the array.
Values such as Point3s and Strings match if they have the same contents.