StringArray.SplitSort(String) Method |
Top |
DescriptionSplits 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 nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns the number of rows in the calling StringArray.
Syntax
See also
|