StringArray.Sort Method

Top 

Description

Sorts the calling StringArray in ascending 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.SortAscending or StringArray.SortAscending 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.

 

Overload List

Signatures

Return Value

Description

StringArray.Sort(Array arrayArgument)

Variable

Sorts the calling StringArray in ascending order, reordering all input Array arguments in order to maintain the relative positions of the array elements.

StringArray.Sort(StringArray stringArrayArgument, Array arrayArgument)

Variable

Sorts the calling StringArray in ascending order, reordering all input StringArray and Array arguments in order to maintain the relative positions of the array elements.

 

 

See also

StringArray Object

Parsing Arbitrary String Data