StringArray.ReverseSort(Array) Method

Top 

Description

Sorts the calling StringArray in descending order and reorders all input 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.

 

Method Signature

StringArray.ReverseSort(

Array arrayArgument)

 

 

Arguments

arrayArgument


Description:

Array to be reordered when the calling StringArray is sorted.

Repeatable:

0 to Unlimited times

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling StringArray.

 

Syntax

myVariable1 = myStringArray1.ReverseSort(myArray1);

 

 

See also

StringArray Object

StringArray.ReverseSort

Parsing Arbitrary String Data