DETAB Name
DETAB Purpose
Replace tab characters by spaces. Category
Calling Sequence
out = detab(in) Inputs
in = input text string. in
Scalar or array.
Keyword Parameters
Keywords
TAB=tb number of spaces per tab (def=8).
Outputs
out = processed output text string. out
Common Blocks
Notes
Modification History
R. Sterner, 1995 Nov 3
R. Sterner, 2003 Aug 27 --- Allowed text arrays.
R. Sterner, 2010 May 04 --- Converted arrays from () to [].
Copyright (C) 1995, 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.