CoreClasses Xojo Plugin

VariantArray.CombineWith Method (console safe)

Appends the passed in ObjectArray to the current ObjectArray.

CombineWith(
   items as VariantArray)

Parameters

items
The VariantArray to append.

Remarks

See Also

VariantArray Class