How to get addresses from Address Book

How to handle with the results of address book???

The script:


tell application "Address Book"
	get address of every person
end tell

The result:


{{}, {}, {}, {}, {}, {}, {}, {}, {}, {address 1 of person id "A7F98EE2-26FE-11D8-A6B6-000393763C7E:ABPerson"}, {}, {}, {}, {}, {}, {}, {}}

Is there a way to get some human language from the address book?

Does this return the desired info?

tell application "Address Book"
	properties of addresses of people
end tell

– Rob

thank you rob.

sometimes it’s so simple… :slight_smile: