Function NumAt() Foundation
Counts a substring in a string.
NumAt( <cSearchString> , ;
<cString> , ;
[<nIgnoreCharsFromLeft>] ; // Default: 0
) --> nCount
Returns the number of times <cSearchString> was found in <cString>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.