StringArray.SortCaseInsensitive(StringArray, Array) 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 is case-insensitive.

 

This method has been Deprecated. Please use StringArray.SortAscendingCaseInsensitive instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Method Signature

StringArray.SortCaseInsensitive(

StringArray stringArrayArgument,


Array arrayArgument)

 

 

Arguments

stringArrayArgument


Description:

StringArray to be reordered when the calling StringArray is sorted.

Repeatable:

0 to Unlimited times

 

 

arrayArgument


Description:

Array to be reordered when the calling StringArray is sorted.

Repeatable:

0 to Unlimited times

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling StringArray.

 

Syntax

myVariable1 = myStringArray1.SortCaseInsensitive(myStringArray2, myArray1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data