CoreClasses Xojo Plugin

VariantArray.CombineWith Method

Appends the passed in ObjectArray to the current ObjectArray.

CombineWith(
   items as VariantArray)

Parameters

items
The VariantArray to append.

Remarks

See Also

VariantArray Class