Function RangeRepl() Foundation

Replaces a range of characters with a specified character.

Syntax
RangeRepl( <cRangeStartChar>  , ;
           <cRangeEndChar>    , ;
           <cString>          , ;
           <cReplaceCharacter>  ;
         ) --> cResultString
Return

Returns a string with all characters replaced which are in the specified range of characters.

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.