Function ReplRight() Foundation

Replaces specified characters at the right side of a string.

Syntax
ReplRight( <cString>                  , ;  // Type:  C
           <cReplaceChar|nReplaceChar>, ;  // Type: CN
           [<cSearchChar|nSearchChar>]  ;  // Type: CN   Default: Chr(32)
         ) --> cResultString
Return

Returns a string where all trailing characters specified with <cSearchChar> are replaced with <cReplaceChar>.

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.