I'd like to ask a question with a button called "Paste" which pastes the copied text into the area I want the text AND a text field to enter text into the area I want the text (if its possible a scrolling field would be great cause there's a fair bit of text).
In other words both of these put together:
Code: Select all
Ask "Please enter text here:" titled "Text Entry"
Put it into field "Text"
Code: Select all
Answer "Please enter text here:" with "Paste" titled "Text Entry"
If it is "Paste" then
focus field "Text"
paste
end if
