DELCHR Name
DELCHR Purpose
Delete all occurrences of a character from a text string.
Category
Calling Sequence
new = delchr(old, char) Inputs
old = original text string. in
char = character to delete. in
Keyword Parameters
Outputs
new = resulting string. out
Common Blocks
Notes
Modification History
R. Sterner. 5 Jul, 1988.
Johns Hopkins Applied Physics Lab.
RES 11 Sep, 1989 --- converted to SUN.
R. Sterner, 27 Jan, 1993 --- dropped reference to array.
R. Sterner, 2010 Apr 29 --- Converted arrays from () to [].
Copyright (C) 1988, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.