Re: Using list of indices
Re: Using list of indices
- Subject: Re: Using list of indices
- From: "Fleisher, Ken" <email@hidden>
- Date: Tue, 16 Jan 2007 14:40:38 -0500
- Thread-topic: Using list of indices
> Try something like this, Ken:
>
> ----------
>
> setidxto()
>
> repeat with i from 1 to c1
> if item i of names1 is not in names2 then set idx's end to i
> end repeat
>
> tell application "Finder"
> set label index of folder1's files whose index is in idx to 5
> end tell
>
> ----------
>
> ---
> kai
Thanks. That's just what I was lookng for. I'll give this a try!
Ken
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden