Function RangeRepl() Foundation
Replaces a range of characters with a specified character.
RangeRepl( <cRangeStartChar> , ;
<cRangeEndChar> , ;
<cString> , ;
<cReplaceCharacter> ;
) --> cResultString
Returns a string with all characters replaced which are in the specified range of characters.
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.