VirtualStringArray.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 millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

VirtualStringArray.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 = {"Test1", "Test2"}.GetUniqueElements();

 

 

See also

VirtualStringArray Object