At 3:23 PM -0800 11/5/02, David Wilkinson wrote:
>       answer the selectedtext
>       put the selectedtext into tAppName
>       answer tAppName
>
>the first dialog box shows the selected text and the second is blank!  ???

This is happening because the dialog box takes the focus, so the text is
deselected. Instead, you need to save the text in a variable:

  put the selectedText into myText
  answer myText
  put myText into tAppName
  answer tAppName

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to