You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- uses the Location Helper application to search for a city by zipcode
tell application "Finder"
activate
set futureLocation to text returned of (display dialog "Search for your location by entering a Zip or Post Code below" default answer "" with icon note buttons {"OK"} default button {"OK"})
tell application "Location Helper"
set ddcd to geocode address futureLocation
set ddcd to (geocode address futureLocation) as list