REPCHAR
Name
repchar
Purpose
Replace a target string with a new string in string or string array.
Description
Category
Utility
Calling Sequence
result = repchar(str,c1,c2)
Inputs
str - input string or string array to be scanned
c1 - Target string, if found will be replaced with c2
Optional Input Parameters
c2 - Replacement string for target, default = ' '
Keyword Input Parameters
Outputs
return value is the modified string, input not modified
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
96/07/02 - Written by Marc W. Buie, Lowell Observatory