Display Dialog Text
Display Dialog Text
- Subject: Display Dialog Text
- From: Domains4Days <email@hidden>
- Date: Fri, 14 Nov 2003 20:02:19 -0800
For some reason the display dialog command (listed below) only seems to
store about a paragraph worth of text - the rest gets cut-off.
Question: what is the best way to display a dialog and allow someone to
paste in lots of text ( maybe several pages worth), and then transfer the
entire contents to a variable?
Thanks in advance - RevDave
-code start
set message_text to "Paste or Type Some Stuff"
display dialog "Enter the text" default answer message_text
copy the text returned of result as string to texttest
set the clipboard to "bub " & texttest
- code end
--
RevDave
email@hidden
[db-lists]
Check out some great Domain Names at:
http://www.domains4days.com
_______________________________________________
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.