Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>statecode() - get state name from 2 digit code</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     statecode() - get state name from 2 digit code
  Usage:    <string> = statecode(<state>)
  Params:   string <state> - the 2 digit state code to search, or
            the state name to search
  Returns:  a string equal to the 2 digit state code if a full state
            name is passed as param 1 or a string equal to the
            full state name if a 2 digit state code is passed.

 ---------------------------------- Example ---------------------------------

                 ? statecode("NY")
                 ? statecode("New York")
                 * prints  "New York"
                 *    "NY"


See Also: iszip() state() isstate()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson