I would like to "control v" the contents of %GlobalVariable% into a text file. Up until now I have been using the "Send Keys" action; however, since there is a lot of text it is too slow.
What action can be used to paste the content of my %GlobalVariable% saved in the clipboard?
Thanks,
Emerson


Hi Emerson,
I know what you mean. Using the send keys to auto type text can be very slow if the amount of text is large.
Try this:
1. Store the text variables into a clipboard using the "Set Clipboard Text" action.
2. Use "Get Clipboard Text" to copy the text
3. Paste the text to where you want it to be using "Send Keys" - {Control}({V})
Hope this helps!
Jag