Function AtNum() Foundation
Determines the position of a substring within a string (multiple occurrances)
AtNum( <cSearchString> , ;
<cString> , ;
[<nCount>] , ;
[<nIgnoreCharsFromLeft>] ; // Default: 0
) --> nPosition
Function AtNum() returns the position of <cSearchString> within <cString>.
The parameter <nCount> defaults to the last occurrance of <cSearchString> within <cString>. If <nCount> is not specified function AtNum() returns the same result as RAt().
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.