CoreClasses Xojo Plugin
StringArray.CombineWith Method
(console safe)
Appends the passed in StringArray to the current StringArray.
CombineWith(
items
as
StringArray
)
Parameters
items
The StringArray to append.
Remarks
See Also
StringArray Class