[Array->Intersection]

Array

Member

Preferred

8.0

[Array->Intersection] returns a new array which represents the intersection of the base array and an array passed as a parameter to the tag. Both arrays must be sorted in the same order for this tag to work properly. The new array contains any elements which are in both the base array and the array passed as a parameter

[Array->(Intersection: Array)]