CoreClasses Xojo Plugin

VariantCollection.Insert Method (console safe)

Use this method to insert a variant to the collection using string as a key to a specific location in the collection.

Insert(
   item as Variant,
   key as String,
   where as Integer)

Parameters

item
The Variant to insert.
key
The string based key to use for this item.
where
The location where to insert in the collection (zero based).

Remarks

See Also

VariantCollection Class