DETAB_FILE Name
DETAB_FILE Purpose
Convert any tabs in a file to spaces.
Category
Calling Sequence
detab_file, file Inputs
file=f name file to process. in
Keyword Parameters
Keywords
/SHOW Just list file showing tabs. No processing done.
CHAR=ch Character to show for tabs (def='#').
/DTSHOW List file as if it were detabbed. Not changed.
ERROR=err Error flag: 0=ok.
TAB=tab Spaces per tab (def=8).
/NOBACKUP do not make a backup copy of file (file.bak).
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 2003 Aug 2003
Copyright (C) 2003, 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.