VariantArray.Insert Method (console safe)
Use this method to insert a Variant to the array.

Insert(
Where
as Integer,
item
as Variant)
Parameters
- Where
- Use this parameter to specify where to insert the new item.
- item
- The Variant to insert.
Remarks
VariantArray is 0 based, that is the first item is number 0.
See Also
VariantArray Class