StringArray.SortedDescending() Method

Top 

Description

Returns a copy of the calling StringArray sorted in descending order.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

StringArray.SortedDescending(

)

 

 

Return Value

Type:

Array of string

 

 

The sorted StringArray.

 

Syntax

myStringArray1 = myStringArray2.SortedDescending();

 

 

See also

StringArray Object

Parsing Arbitrary String Data