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