StringArray.ReverseSort Method

Top 

Description

Sorts the calling StringArray in descending order and reorders all input StringArray and Array arguments to maintain their relative indexing with respect to the calling StringArray.

 

This method has been Deprecated. Please use Array.SortDescending or StringArray.SortDescending instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

StringArray.ReverseSort(Array arrayArgument)

Variable

Sorts the calling StringArray in descending order and reorders all input Array arguments to maintain their relative indexing with respect to the calling StringArray.

StringArray.ReverseSort(StringArray stringArrayArgument, Array arrayArgument)

Variable

Sorts the calling StringArray in descending order and reorders all input StringArray and Array arguments to maintain their relative indexing with respect to the calling StringArray.

 

 

See also

StringArray Object

Parsing Arbitrary String Data