|
OccursIn() |
|
|
Purpose To determine how many time one string occurs in another Syntax OccursIn( <cSearchFor>, <cSearchIn> ) nTimes Arguments <cSearchFor> is the string to search for <cSearchIn> is the string to search Returns OccursIn() returns the number of times <cSearchFor> occurs in <cSearchIn>.
|