Previous Topic: Email Address FunctionsNext Topic: Combining Functions


Address Functions

Getting Country Name from Address

Function name Function name

Parameters Results

AddressCountry(fullAddress)

fullAddress - string of full address

AddressCountry('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

 

Getting City From Address

Function name Example

Parameters Results

AddressCity(fullAddress)

fullAddress - string of full address

AddressCity('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

 

Getting Street Name from Address

Function name Example

Parameters Results

AddressStreet(fullAddress)

fullAddress - string of full address

AddressStreet('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

 

Getting State from Address

Function name Example

Parameters Rsults

AddressState(fullAddress)

fullAddress - string of full address

AddressState('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

 

String

Function name Example

Parameters Results

AddressZipCode(fullAddress)

fullAddress - string of full address

AddressZipCode('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

'46345'

Getting All Digits from an Address

Function name Example

Parameters Results

AddressDigits(fullAddress)

fullAddress - string of full address

AddressDigits('CA Technologies, One CA Plaza, Islandia, NY 11749 USA')

'82 1 46345'