StringArray.ReverseSort(StringArray, Array) 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. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Method Signature

StringArray.ReverseSort(

StringArray stringArrayArgument,


Array arrayArgument)

 

 

Arguments

stringArrayArgument


Description:

StringArray to be reordered when the calling StringArray is sorted.

Repeatable:

0 to Unlimited times

 

 

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(myStringArray2, myArray1);

 

 

Example 1

 

 

See also

StringArray Object

StringArray.ReverseSort

Parsing Arbitrary String Data