StringArray.SortAscending(Object) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

StringArray.SortAscending(

Object synchronizedCollection)

 

 

Arguments

synchronizedCollection


Description:

An Array, StringArray, or TimeSpanArray within which order, with respect to the sorted calling StringArray, is maintained.

Repeatable:

0 to Unlimited times

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling StringArray.

 

Syntax

myVariable1 = myStringArray1.SortAscending(myObject1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data