country_name
Returns US Country Name
Syntax
country_name(<state>, <city>)
| Parameter | Type | Description |
|---|---|---|
| state | Text | The State string value. |
| city | Text | The City string value. |
Return values
Text
Usage
Converts country code to full country name.
country_name("Arizona", "Phoenix")
Converts country code to full country name.
country_name("FL", "Tampa")