Hi all, I need to get the text from a currently selection of text, on notepad, browser or everywhere. Do you know the code to copy it into the clipboard?
Actually I can do this but only into AMS, by using an input box as following:
Thanks for help me.
Actually I can do this but only into AMS, by using an input box as following:
Code:
Input.SetSelection("Input1", 1, -1); Input.Copy("Input1");
Comment