<-- Previous || Up || Next -->

Unique Variant Vector Function
Array Others Class

Public Function UniqueVariantVector( _
      ByRef rTo() As Variant _
    , ByRef vFm() As Variant _
    , Optional ByVal vCompare As Variant _
    ) As Boolean

"Unique Variant Vector Elements" Removes duplicate sequential elements of a one-dimensional variant array. Examines elements from 1..UBound. Use temporary space in case To and Fm arrays are the same. Temporary space is needed because there is no way to determine if rTo() and vFm() as really the same arrays.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.