Array.Sort Method

Top 

Description

Sorts the calling Array in ascending order and reorders all input StringArray and Array arguments to maintain their relative indexing with respect to the calling Array.

 

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.

 

Overload List

Signatures

Return Value

Description

Array.Sort(Array arrayArgument)

Variable

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

Array.Sort(StringArray stringArrayArgument, Array arrayArgument)

Variable

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

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide