Re: getting verbose user input
Re: getting verbose user input
- Subject: Re: getting verbose user input
- From: Arthur J Knapp <email@hidden>
- Date: Fri, 03 May 2002 15:15:36 -0400
>
Date: Thu, 2 May 2002 20:45:39 +1000
>
From: Malcolm Fitzgerald <email@hidden>
>
Subject: getting verbose user input
>
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 big_display to big_display & return
end repeat
display dialog "" default answer big_display
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
<
mailto:email@hidden>
(*) Happy
( ) Sad
( ) Ambivalent
( ) Ubiquitous
}
_______________________________________________
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.