Re: delayDialog
Re: delayDialog
- Subject: Re: delayDialog
- From: jj <email@hidden>
- Date: Fri, 20 Jan 2006 18:40:29 +0100
- Thread-topic: delayDialog
> You can't call another handler as a parameter to a handler, but you
> can call a handler from within a handler, of course.
You can even pass handlers as objects:
on bar()
return "test"
end bar
on foo(x)
x
end foo
set q to foo(bar)
q() --> "test"
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
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