StringArray.SplitSort(String) Method

Top 

Description

Splits each element of the calling StringArray into columns based on the delimiter specified by stringArgument, then sorts the first column in ascending order, reordering the other columns to maintain the relative positions of the array elements. Then reforms each row, using spaces to merge the columns.

 

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.SplitSort(

String stringArgument)

 

 

Arguments

stringArgument


Description:

Delimiter to use when splitting the StringArray.

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling StringArray.

 

Syntax

myVariable1 = myStringArray1.SplitSort(myString1);

 

 

Example 1

 

 

See also

StringArray Object

StringArray.SplitSort

Parsing Arbitrary String Data