Function AtRepl() Foundation
Searches a substring within a string and replaces it with another substring
AtRepl( <cSearchString> , ;
<cString> , ;
<cReplaceString> , ;
[<nCount>] , ;
[<lReplaceOneOnly>] ; // Default: .F.
) --> cResultString
Function AtRepl() returns the modified string.
<nCount> defaults to the last occurrance of <cSearchString> within <cString>. <cSearchString> will be replaced with <cReplaceString> for <nCount> times unless <lReplaceOneOnly> ist set .T.. In this case, only the <nCount>th occurrance of <cSearchString> will be replaced.
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.