Re: delayDialog
Re: delayDialog
- Subject: Re: delayDialog
- From: Michelle Steiner <email@hidden>
- Date: Fri, 20 Jan 2006 10:14:09 -0700
On Jan 20, 2006, at 10:06 AM, Robert Poland wrote:
I thought it was interesting that I could pass text to a handler.
You can pass anything to a handler--text, a number, a list, a record,
etc. You can call as many parameters as you wish, as well.
You can't call another handler as a parameter to a handler, but you
can call a handler from within a handler, of course.
handler2()
on handler1()
return "this is text."
end handler1
on handler2()
display dialog handler1()
end handler2
--
Support our troops. Set a firm time-table to bring them home!
_______________________________________________
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