
FilterDuplicates – Delete duplicate items in an array
‘ Filter out duplicate values in an array and compact’ the array by moving items to “fill the gaps”.’ Returns the number of duplicate values” it works with arrays of any type, except objects” The array is not REDIMed, but you can do it easily using’ the following code:’ a()