StringArray.SortAscendingCaseInsensitive(Object) Method

Top 

Description

Sorts the calling StringArray in ascending order and reorders all input StringArray and Array arguments in order to maintain their relative indexing with respect to the calling StringArray. This method is case-insensitive.

 

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

StringArray.SortAscendingCaseInsensitive(

Object synchronizedCollection)

 

 

Arguments

synchronizedCollection


Description:

An Array or StringArray 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.SortAscendingCaseInsensitive(myObject1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data