Zombie1982 Posted April 6, 2009 Posted April 6, 2009 Good evening again, Currently I can't quite nut out how to pop a string from the clipboard into a variable, I'm sure its doable, but no amount of searching the help file and forums have yielded anything. This is what I get for scripting at 4:25AM. Thanks in advance for your help.
exodius Posted April 6, 2009 Posted April 6, 2009 (edited) The function you're looking for is called ClipGet() $var = ClipGet() MsgBox(0, "", $var) Edited April 6, 2009 by exodius
Zombie1982 Posted April 6, 2009 Author Posted April 6, 2009 The function you're looking for is called ClipGet() $var = ClipGet() MsgBox(0, "", $var) Oh god, its that simple. You sir, are a prince among men.
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