StringArray.Insert Method (console safe)
Use this method to insert a string to the array.

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