StringArray.GetUniqueElements() Method

Top 

Description

Returns a StringArray containing the unique elements of the calling StringArray in the order in which they appeared in the calling StringArray.

 

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

)

 

 

Return Value

Type:

Array of string

 

 

Returns a StringArray containing the unique elements of the calling StringArray in the order in which they appeared in the calling StringArray.

 

Syntax

myStringArray1 = myStringArray2.GetUniqueElements();

 

 

See also

StringArray Object

Parsing Arbitrary String Data