contacts.getAddressPostCode
Description
Get the postcode for an address ID.

Parameters
addressID number

Return value
postCode string ("" if address not found)

Example
local postCode = contacts.getAddressPostCode(1234)
print(postCode)

Comments

See also

Back