Field-Map Scripting

4.5.2.10 SortAscendingAndRemoveDuplicates

SortAscendingAndRemoveDuplicates procedure


Prototype:

procedure SortAscendingAndRemoveDuplicates;

Description:

 SortAscendingAndRemoveDuplicates procedure sorts values by ascending and removes duplicates of the IntegerList

Syntax:

IntegerList.SortAscendingAndRemoveDuplicates;


Part

Description


IntegerList

A reference to an instance of a TIntegerListWrapper

Return value:

none



See also:

Free; Add; Clear; Assign; Delete; Count; IndexOf; SortAscending; SortDescending; SortAscendingAndRemoveDuplicates; Value; Delimiter; DelimitedText; AsVarArray