DEVVED Posted January 22, 2007 Posted January 22, 2007 Is there a way to save higlighted texted (after it's been highlighted automatically) and copy it as a string to be used throughout the program?
seandisanti Posted January 22, 2007 Posted January 22, 2007 Is there a way to save higlighted texted (after it's been highlighted automatically) and copy it as a string to be used throughout the program?Send("^c") $aVar = ClipGet()
xcal Posted January 22, 2007 Posted January 22, 2007 You might also be able to use ControlCommand's GetSelected option. How To Ask Questions The Smart Way
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