• 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: Getting record items of a sublist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting record items of a sublist


  • Subject: Re: Getting record items of a sublist
  • From: Shane Stanley <email@hidden>
  • Date: Sun, 30 Oct 2011 22:28:51 +1100

On 30/10/2011, at 10:19 PM, Axel Luttgens wrote:

> A quick way to do this in your code may be achieved by just replacing:
>
> 	repeat with n in theNameList
> 		set theItem to myname of n
> 		copy theItem to the end of theChooseList
> 	end repeat
>
> with:
>
> 	repeat with n in my theNameList
> 		set theItem to myname of n
> 		copy theItem to the end of my theChooseList
> 	end repeat

... which means looping is considerably quicker than any of the other suggestions.

--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>

 _______________________________________________
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

References: 
 >Fwd: Getting record items of a sublist (From: Ronald Hofmann <email@hidden>)
 >Re: Getting record items of a sublist (From: Alex Zavatone <email@hidden>)
 >Re: Getting record items of a sublist (From: Axel Luttgens <email@hidden>)
 >Re: Getting record items of a sublist (From: wayne melrose <email@hidden>)
 >Re: Getting record items of a sublist (From: Ronald Hofmann <email@hidden>)
 >Re: Getting record items of a sublist (From: Axel Luttgens <email@hidden>)

  • Prev by Date: Re: Getting record items of a sublist
  • Next by Date: Re: Getting record items of a sublist
  • Previous by thread: Re: Getting record items of a sublist
  • Next by thread: Re: Getting record items of a sublist
  • Index(es):
    • Date
    • Thread