Function PosRepl() Foundation

Replaces characters in a string at a specified position.

Syntax
PosRepl( <cString>    , ;
         <cReplace>   , ;
         [<nStartPos>]  ;
       ) --> cResultString
Return

Returns the modified string.

Description

If the parameter <nStartPos> is not specified the function replaces Len( <cReplace> ) characters at the end of <cString>.

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.