<< Click to Display Table of Contents >> RAt() |
|
Purpose
To retrieve the last position of one string within another
Syntax
RAt( <cSearchFor>, <cSearchIn> ) nLocation
Arguments
<cSearchFor> is the string to search for
<cSearchIn> is the string to search
Returns
RAt() returns the last location of <cSearchFor> in <cSearchIn>.