Re: applying a method to each item of a list
Re: applying a method to each item of a list
- Subject: Re: applying a method to each item of a list
- From: Shane Stanley <email@hidden>
- Date: Wed, 21 Feb 2001 21:23:30 +1100
On 20/2/01 7:36 PM +1000, John Kawakami, email@hidden, wrote:
>
What's the best way to apply some kind of method to each item of a list.
>
>
I want to do something like this:
>
>
tell application "Finder"
>
get the capcities of each item of ( disks of the desktop )
>
end tell
Close. Use:
tell application "Finder"
capacity of every disk
end tell
--
Shane Stanley, email@hidden