codeninja Posted December 19, 2013 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
Solution l3ill Posted December 19, 2013 Solution Posted December 19, 2013 $var = _ClipBoard_GetData codeninja 1 My Contributions... Reveal hidden contents SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
codeninja Posted December 19, 2013 Author Posted December 19, 2013 On 12/19/2013 at 8:36 AM, l3ill said: $var = _ClipBoard_GetData Thank you, it works fine
l3ill Posted December 19, 2013 Posted December 19, 2013 you betcha My Contributions... Reveal hidden contents SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
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