Dart SNMP Library 4.0
Find Method
The string or portion of a string to search for.
The 0-based index to start the search at.
Indicates whether the operation should be case sensitive or not.
Description
Finds the index of the first string containing the specified sub-string. Returns -1 if the sub-string is not found.
Syntax
Visual Basic
Public Function Find( _
   ByVal subString As String, _
   Optional ByVal startIndex As Long = 0, _
   Optional ByVal caseSensitive As Boolean = False _
) As Long
Parameters
subString
The string or portion of a string to search for.
startIndex
The 0-based index to start the search at.
caseSensitive
Indicates whether the operation should be case sensitive or not.
Return Value
The index of the first string containing the specified subString.
See Also

StringList Collection  | StringList Members


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