CoreClasses Xojo Plugin

VariantArray.Remove Method (console safe)

Use this method to remove variants from the array.

Remove(
   Where as Integer,
   Count as Integer)

Parameters

Where
Use this parameter to specify where to remove from.
Count
Use this parameter to specify how many items to remove.

Remarks

VariantArray is 0 based, that is the first item is number 0.

See Also

VariantArray Class