Re: Deleting last item of a List
Re: Deleting last item of a List
- Subject: Re: Deleting last item of a List
- From: jj <email@hidden>
- Date: Sun, 21 Nov 2004 10:32:58 +0100
> On 11/21/04 1:00 AM, "Paul Berkowitz" <email@hidden> wrote:
Yes, it must be implemented in the app, such as "filter references" (whose
clauses and so on). The old example in the ASLG still works (with some minor
modification).
tell application "Finder"
item in back of item 2 of alias "DISK:"
end tell
And works in Word:
tell application "Microsoft Word"
character in back of (get character 3 of active document)
end tell
And also works with certain elements in Entourage:
tell application "Microsoft Entourage"
recipient after (get recipient 1 of front window)
end tell
(though working with contacts crashes Entourage, as you advised ;-)
jj
> Does anyone know where to use 'after' or 'back of'? I just tried
>
> tell application "Microsoft Entourage
> contact after (me contact)
> end tell
>
> and that crashed Entourage.
>
>
> Sorry, I left out the end quotes of "Microsoft Entourage" here. (That wasn't
> the problem.)
>
> --
> Paul Berkowitz
>
> ?
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden