Function ReplRight() Foundation
Replaces specified characters at the right side of a string.
ReplRight( <cString> , ; // Type: C
<cReplaceChar|nReplaceChar>, ; // Type: CN
[<cSearchChar|nSearchChar>] ; // Type: CN Default: Chr(32)
) --> cResultString
Returns a string where all trailing characters specified with <cSearchChar> are replaced with <cReplaceChar>.
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.