Dart SNMP Library 4.0
Insert Method
The string to insert into the list.
The 0-based index to insert the string at.
Description
Inserts a string at the specified index.
Syntax
Visual Basic
Public Sub Insert( _
   ByVal newItem As String, _
   ByVal index As Long _
) 
Parameters
newItem
The string to insert into the list.
index
The 0-based index to insert the string at.
See Also

StringList Collection  | StringList Members


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic