ziplongitude(
ZIPCODE
)

The ziplongitude( function returns the longitude of a US zip code.


Parameters

This function has one parameter:

zipcode – is a US 5 digit zip code. You can specify the zip code either as a number or as text.


Description

This function returns the longitude of a US zip code. If there is no zip code with the specified number, the function will return 0.

ziplongitude(92648) ☞ -118.0054
ziplongitude("20401") ☞ -77.0091
ziplongitude(99999) ☞ -

See Also


History

VersionStatusNotes
10.0NewNew in this version.