Article ID: 139095
Article Last Modified on 12/3/2003
Returns the beginning numeric position of the first occurrence of one character expression or memo field within another character expression or memo field, counting from the rightmost character.
Store 'abracadabr' to string
?RAT('a',string) && Returns 8, not 3
?RAT('a',string,3) && Returns 4, not 7
Additional query words: VFoxWin FoxWin FoxDos FoxMac FoxUnix 2.50 2.50a 2.50b 2.50c
Keywords: KB139095