Re: Getting Multiple Returns From A Dialog
Re: Getting Multiple Returns From A Dialog
- Subject: Re: Getting Multiple Returns From A Dialog
- From: Michelle Steiner <email@hidden>
- Date: Tue, 11 Mar 2003 14:18:12 -0700
On Tuesday, March 11, 2003, at 11:02 AM, Richard Simms wrote:
m=(display dialog)
set text1 to text returned of m
set button1 to button returned of m
The following works for me:
set m to (display dialog "foo" default answer "")
set text1 to text returned of m
set button1 to button returned of m
--Michelle
--
Give Peace A Chance.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.