Re: Handler joy
Re: Handler joy
- Subject: Re: Handler joy
- From: Jeff Davison <email@hidden>
- Date: Tue, 27 Feb 2001 16:34:02 -0700
Thanks A Bunch Chris. That was exactly what the problem was! :)
Jeff
on 2/27/01 4:21 PM, Christopher C. Stone at email@hidden wrote:
>
Hello Jeff,
>
>
The handler is outside the scope of the finder tell.
>
>
>
set f to alias "Minerva:Storage:"
>
>
on itmNum(f)
>
tell application "Finder"
>
set x to number of items in f
>
end tell
>
end itmNum
>
>
tell application "Finder"
>
my itmNum(f)
>
end tell