Re: getting verbose user input
Re: getting verbose user input
- Subject: Re: getting verbose user input
- From: Malcolm Fitzgerald <email@hidden>
- Date: Sun, 5 May 2002 00:40:27 +1000
> display dialog will collect one liners, is there a way to get
multi-line responses via a dialog box?
Run this:
set big_display to ""
repeat 255 times
-- set screen size to IMAX theatre
set big_display to big_display & return
end repeat
display dialog "" default answer big_display
Yea Gods! That's alarming.
Exactly what I asked for, yes, but it does remind me to be more
careful with my wishes, in case they all come true.
thanks, Arthur.
--
--
Malcolm Fitzgerald email@hidden
Database Manager
http://www.asauthors.org
The Australian Society of Authors ph: 02 93180877 fax: 02 93180530
_______________________________________________
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.