VirtualStringArray.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. 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.

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

 

Method Signature

VirtualStringArray.SortedDescending(

)

 

 

Return Value

Type:

Array of string

 

 

The sorted StringArray.

 

Syntax

myStringArray1 = {"Test1", "Test2"}.SortedDescending();

 

 

See also

VirtualStringArray Object