CoreClasses Xojo Plugin

VariantArray.Add Method (console safe)

Use this method to add a variant to the array.

Add(
   item as Variant)

Parameters

item
The variant to add.

Remarks

This method does the same thing as the Append method. This method is to implement the IVariantAddable interface.

See Also

VariantArray Class