VirtualStringArray.BuildSingleString Method

Top 

Description

Returns a concatenation of the elements of the StringArray, delimited by the user-specified character sequence.

 

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.

 

Overload List

Signatures

Return Value

Description

VirtualStringArray.BuildSingleString(String delimiter)

String

Returns a concatenation of all the elements of the StringArray, delimited by the character sequence specified by delimiter.

VirtualStringArray.BuildSingleString(String delimiter, Variable numberOfElementsToProcess)

String

Returns a concatenation of the elements of the StringArray specified by numberOfElementsToProcess, delimited by the character sequence specified by delimiter.

 

 

See also

VirtualStringArray Object