StringArray.Find(String, Array) Method |
Top |
DescriptionSearches each element of the calling StringArray for an exact match of the stringToFind, storing the indices of the matched elements in an Array.
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. Also stores the indices of the matched elements in the indicesArray argument. Returns 0 if stringToFind is not found in the calling StringArray.
Syntax
See also
|