CoreClasses Xojo Plugin

VariantArray.Remove Method (console safe)

Use this method to remove a single variant from the array.

Remove(
   Where as Integer)

Parameters

Where
Use this parameter to specify where to remove from.

Remarks

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

See Also

VariantArray Class