StringArray.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. 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.

 

Overload List

Signatures

Return Value

Description

StringArray.BuildSingleString(String delimiter)

String

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

StringArray.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

StringArray Object

Parsing Arbitrary String Data