uspsstreetsuffixes(
)

The uspsstreetsuffixes( function returns a list of USPS street suffix abbreviations.


Parameters

No parameters.


Description

This function returns a list of USPS (United States Postal Service) street suffix abbreviations in this format:

ALY:ALLEY;AVE:AVENUE;ANEX:ANNEX; ...

This table is designed to be used with the arraylookup( and arrayreverselookup( functions.

arraylookup(uspsstreetsuffixes(),"AVE",";",":","") ☞ AVENUE
arrayreverselookup(uspsstreetsuffixes(),"ROAD",";",":","") ☞ RD

Note: This function is equivalent to:

binarytotext(fileload(bundleresourcepath("uspsstreetsuffixes.txt")))

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.