• 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: Need a fast answer to a basic finder prob.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need a fast answer to a basic finder prob.


  • Subject: Re: Need a fast answer to a basic finder prob.
  • From: Adam Wuellner <email@hidden>
  • Date: Wed, 31 Aug 2005 09:48:31 -0500

On 8/31/05, Adam Wuellner <email@hidden> wrote:
> something like this: (untested)
> set newlist to {}
> repeat with i from 1 to count localfiles
>         if name of info for item i of localfiles contains "_" then
>                 set end of newlist to contents of item i of localfiles
>         end if
> end repeat

this is still untested but at least it compiles ;)

set newlist to {}
repeat with i from 1 to count localfiles
	if name of (info for item i of localfiles) contains "_" then
		set end of newlist to contents of item i of localfiles
	end if
end repeat
 _______________________________________________
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

References: 
 >Need a fast answer to a basic finder prob. (From: Jay Louvion <email@hidden>)
 >Re: Need a fast answer to a basic finder prob. (From: Adam Wuellner <email@hidden>)

  • Prev by Date: Re: Need a fast answer to a basic finder prob.
  • Next by Date: Re: Need a fast answer to a basic finder prob.
  • Previous by thread: Re: Need a fast answer to a basic finder prob.
  • Next by thread: Re: Need a fast answer to a basic finder prob.
  • Index(es):
    • Date
    • Thread