Function AtNum() Foundation

Determines the position of a substring within a string (multiple occurrances)

Syntax
AtNum( <cSearchString>         , ;
       <cString>               , ;
       [<nCount>]              , ;
       [<nIgnoreCharsFromLeft>]  ;  // Default: 0
     ) --> nPosition
Return

Function AtNum() returns the position of <cSearchString> within <cString>.

Description

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().

Feedback

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.