StringArray.Find(String) Method |
Top |
DescriptionSearches each element of the calling StringArray for an exact match of the stringToFind.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns the number of instances of the specified stringToFind that were found in the calling StringArray. Returns 0 if stringToFind is not found in the calling StringArray.
Syntax
See also
|