It seems my knowledge about arrays is quite weak and I can't figure out how to put to work the dictionary entry on the subject:
Can some one enlighten me please?Address - Addresses of the contact are stored as sub arrays under the key address. There are three categories of address:
"home" - The home address.
"work" - The work address.
"other" - The other address.
Address Subkey - Each address category is an integer indexed array, starting at one under the key address. This allows any number of a addresses to be stored against a particular category:
"street" - The address street.
"city" - The address city.
"state" - The address state.
"zip" - The address ZIP code.
"country" - The address country.
"countrycode" - The address country code (iOS only).
Many thanks in advance!