Description
- Appends specified text to the clipboard.
Syntax
- Clip.TextAppend(sText)
Parameters
- sText
- (string) a single line of text
- If sText is empty (""), a new line is appended to the clipboard.
Examples
- Clip.TextAppend(currentdir)
- Appends the current working directory path of the active window to the clipboard.
- Clip.TextAppend("")
- Appends a new line character to the clipboard.
Notes
- This command can only work with a single line of text. Use the Clip plugin to work with multiple lines of text.