Re: Creating a list of numbers from a Contacts group
Re: Creating a list of numbers from a Contacts group
- Subject: Re: Creating a list of numbers from a Contacts group
- From: Shane Stanley <email@hidden>
- Date: Sat, 07 Jan 2017 10:27:11 +1100
On 7 Jan 2017, at 2:53 am, Yvan KOENIG <email@hidden> wrote:
Am I just facing a special case or is (theArray's valueForKeyPath:"@unionOfArrays.self") as list really designed to drop the empty lists ?
No, that's correct behavior -- it grabs any items in the sublists, so empty lists are ignored. You can also use "@distinctUnionOfArrays.self" to eliminate repeated values. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden