History |
StrCount (strings)
Purpose
Returns the number of occurrences of a specified string within a "parent" string.
Syntax
StrCount (ParentString, StringToCount)
Example
Dim S as ParentString
S = "OneTwoThree"
Debug StrCount(S,"e")
| ||||||