• 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: Delete an item in a list ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Delete an item in a list ?


  • Subject: Re: Delete an item in a list ?
  • From: Emmanuel <email@hidden>
  • Date: Fri, 12 Nov 2004 16:57:18 +0100

At 10:51 AM -0500 11/12/04, Bill White wrote:

On 11/12/04 10:37 AM, Studio G sarl <email@hidden> wrote:

 > May be it's very easy, but can someone tell me how to delete an item in a
 > list ?

Without a scripting addition, you'll have to dig through the list manually.

While with a scripting addition it's just one line.

set ma_liste to {"un", "deux", "trois", "quatre"}
set ma_liste to suppress item 2 from ma_liste
return length of ma_liste
  --  3

(Requires Satimage osax, the free and cool osax by Satimage-software, the kind French people of Smile)

Emmanuel
From Satimage-software.
_______________________________________________
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


  • Follow-Ups:
    • Re: Delete an item in a list ?
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Delete an item in a list ? (From: Bill White <email@hidden>)

  • Prev by Date: Re: Delete an item in a list ?
  • Next by Date: Re: computing 20! all the way
  • Previous by thread: Re: Delete an item in a list ?
  • Next by thread: Re: Delete an item in a list ?
  • Index(es):
    • Date
    • Thread