|
The %Clip()% macro allows you to use
the current content of the clipboard in your strings
Note: If you need to
paste only plain text, we recommend to use %ClipAsPlainText()% macro,
because it works faster and more stable.
Usage
Just use %Clip()% in your string - this macro will be
replaced with the clipboard data when pasting.
Examples
- <a href="%clip()%"
target="_blank"></a>%Control(left*4)% - Make link
from the contents of the clipboard.
- Begin %clip()% End - Insert data from the clipboard
and include beginning and ending markers.
|