IArray.Insert Method (console safe)
Use this method on containers that Implement the IArray Interface to Insert a item to the container.
Insert(
Where as Integer,
item as Object)
Parameters
- Where
- Use this parameter to specify where to insert the new item.
- item
- The Object to append.
Remarks
Containers that Implement IArray should be 0 based, that is the first item is number 0.
See Also
IArray Interface