Flash Lite 2.x and 3.0 ActionScript Language Reference

UNIQUESORT (Array.UNIQUESORT property)

public static UNIQUESORT : Number

Represents the unique sorting requirement. You can use this constant for the options parameter in the sort() or sortOn() method. The unique sorting option aborts the sort if any two elements or fields being sorted have identical values. The value of this constant is 4.

See also

sort (Array.sort method), sortOn (Array.sortOn method)