xRPG Core Library Procedures - RNBMISC: FIPSToCounty()
Convert FIPS Code to County Name.
Usage:
FIPSToCounty( stateFIPS : countyFIPS : {format} );
Converts the state name to the FIPS designation.
| stateCode |
3P 0 |
Value |
Req |
The state FIPS code. |
| countyCode |
3P 0 |
Value |
Req |
The county FIPS code. |
| format |
5A |
Const |
Opt |
'upper' returns name in all upper case; 'lower' returns name in all lower case;
'mixed' returns name in mixed case. If not sent then 'upper' is default. |
| Returns: |
50A |
Varying |
n/a |
The County name. |