Re: Getting Multiple Returns From A Dialog
Re: Getting Multiple Returns From A Dialog
- Subject: Re: Getting Multiple Returns From A Dialog
- From: Bill Briggs <email@hidden>
- Date: Tue, 11 Mar 2003 15:30:50 -0400
At 1:02 PM -0500 11/03/03, Richard Simms wrote:
display dialog "TEXT" default answer "42" buttons {"one","two","three"}
set text1 to --text returned of the dialog
set button1 to --button returned of the dialog
display dialog "TEXT" default answer "42" buttons {"one", "two", "three"}
set rList to result
rList contains both desired items, as well as the answer to life,
the universe, and everything.
- web
_______________________________________________
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.