Web Access -launching external browser
Jeanne A. E. DeVoto
jeanne at runrev.com
Thu Nov 7 15:36:16 EST 2002
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 ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/
More information about the use-livecode
mailing list