Clip.TextPaste
Description
- Put specified text onto the clipboard, and then pastes it to the active window with Ctrl-V.
Syntax
Parameters
- sText
- (string) a single line of text
Examples
- Clip.TextPaste(pprofolder)
- Puts PowerPro's folder path to the clipboard then pastes it to the active window.
Notes
- This command can only work with a single line of text. Use the Clip plugin to work with multiple lines of text.
- For long text strings, a Clip.TextPaste() command will often be faster than a Win.Keys() command to paste into the current document.