roadrunner 0 Report post Posted April 25, 2004 Here's my problem. I'm trying to copy some text that appears on screen in a box to the clipboard and then copy the contents back to a variable. If I use the tab button the text gets highlighted, but I can't seem to copy that highlighted text to the clipboard? With the mouse, I can right click and then select copy, but when I use this method in a scripe it dose not work. any help Share this post Link to post Share on other sites
jpm 42 Report post Posted April 25, 2004 Here's my problem. I'm trying to copy some text that appears on screen in a box to the clipboard and then copy the contents back to a variable.If I use the tab button the text gets highlighted, but I can't seem to copy that highlighted text to the clipboard?With the mouse, I can right click and then select copy, but when I use this method in a scripe it dose not work. any helpPut the script you try to do? because if the box you are refering to is similar to an AutoIt MsgBox it is normal you cannot put in the clipboard the highlight part.Send("^c") works better putting in the clipboard the whole text. Share this post Link to post Share on other sites