Description
- Puts specified text onto the clipboard.
Syntax
- Clip.Text(sText)
Parameters
- sText
- (string) a single line of text
Examples
- Clip.Text(exefullpath)
- Puts the full path to exe for the current foreground window onto the clipboard.
- Clip.Text("quick brown fox")
- Puts the string "quick brown fox" onto 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.