codeninja Posted December 19, 2013 Share Posted December 19, 2013 Hi, I have copied text from my windows forms by using Send("^c") Now, how can i assign the copied text to variable? $var = Send("^v") ; it return either 0 or 1 Thanks, --SJ Link to comment Share on other sites More sharing options...
Solution l3ill Posted December 19, 2013 Solution Share Posted December 19, 2013 $var = _ClipBoard_GetData codeninja 1 My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example Link to comment Share on other sites More sharing options...
codeninja Posted December 19, 2013 Author Share Posted December 19, 2013 $var = _ClipBoard_GetData Thank you, it works fine Link to comment Share on other sites More sharing options...
l3ill Posted December 19, 2013 Share Posted December 19, 2013 you betcha My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now