M-Files API 23.11.13135.0
Add Method
Strings Collection : Add Method
The position of the item.
The item to be added.
Description
Adds a new item to the collection. If the index is not valid, the item is added at the end.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal Item As String _
) 
Parameters
Index
The position of the item.
Item
The item to be added.
See Also

Strings Collection  | Strings Members