Re: Getting array of Item names and Positions
Re: Getting array of Item names and Positions
- Subject: Re: Getting array of Item names and Positions
- From: Shane Stanley <email@hidden>
- Date: Tue, 29 Jan 2008 10:37:12 +1100
- Thread-topic: Getting array of Item names and Positions
On 29/1/08 10:20 AM, "Mark J. Reed" <email@hidden> wrote:
> Does it help if you do this?
>
> set theItems to (get items of the desktop)
> return {name, desktop position} of theItems
>
> Or does it even work?
No, it doesn't work. You could always do this, though:
set theNames to name of items of the desktop
get position of every item of desktop whose name is in theNames
--
Shane Stanley <email@hidden>
AppleScript Pro Florida, Feb 2008 <http://scriptingmatters.com/aspro>
_______________________________________________
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