CoreClasses Xojo Plugin

StringArray.CombineWith Method

Appends the passed in StringArray to the current StringArray.

CombineWith(
   items as StringArray)

Parameters

items
The StringArray to append.

Remarks

See Also

StringArray Class