STATE_NAME Name
STATE_NAME Purpose
Return name of state given 2 letter abbreviation.
Category
Calling Sequence
name = state_name(ss) Inputs
ss = 2 letter abbreviation of state. in
Keyword Parameters
Keywords
/UNDER means replace spaces in name with underscore (_).
/DASH means replace spaces in name with dash (-).
/LOWER means all lower case.
/UPPER means all upper case.
/SQUEEZE means squeeze out all spaces.
Outputs
name = full name of state. out
If called with no arguments all 2 letter abbreviations
are returned.
Common Blocks
state_name_com Notes
Modification History
R. Sterner, 1997 Jan 27
Copyright (C) 1997, 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.