nuggles Posted October 8, 2009 Report Share Posted October 8, 2009 For example. I want to navigate my cursor to highlight and copy some text on a webpage. But i dont want it to live in my clipboard. I want to save it to some sort of a value that ME understands. For example, it highlights and "copies the text". Then, whenever I enter %copy1% in my text editor it will automatically copy that text from within Macro express's memory. Sound doable? Forgive me if this is a simple request! Quote Link to comment Share on other sites More sharing options...
rberq Posted October 8, 2009 Report Share Posted October 8, 2009 Copy to clipboard, then Variable Set String [from clipboard]. Once you have saved the clipboard contents in a string variable, the clipboard is no longer involved. You can type out the string with ME, or do whatever else you want with it. I don't think there's any way to copy highlighted text directly to a string variable without going via the clipboard. Nor do I know any way that your text editor can copy from ME memory using a variable name. What text editor? Where CAN your text editor copy from? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.