xHarbour Reference Documentation > Function Reference |
Counts multiple occurrences of a substring within a string.
NumAt( <cSearch> , ; <cString> , ; [<nSkipChars>] ) --> nCount
The function returns the number of times <cSearch> is found in <cString> as a numeric value.
See also: | AfterAtNum(), AtNum(), BeforAtNum(), CSetAtMuPa(), SetAtLike() |
Category: | CT:String manipulation , Character functions |
Source: | ct\numat.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com