• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deleting last item of a List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Deleting last item of a List
  • Next by Date: Re: Bridge anyone? [not off topic]
  • Previous by thread: Re: Deleting last item of a List
  • Next by thread: Re: Deleting last item of a List
  • Index(es):
    • Date
    • Thread