FIRSTCHAR Name
FIRSTCHAR Purpose
Position of first non-whitespace char in string.
Category
Calling Sequence
p = firstchar(txt) Inputs
txt = text string to examine. in
Keyword Parameters
Outputs
p = position of first non-whitespece character. out
Common Blocks
Notes
Note: For no non-whitespace characters p = -1.
Modification History
R. Sterner, 20 Sep, 1989.
R. Sterner, 2010 May 07 --- Converted arrays from () to [].
Copyright (C) 1989, 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.