|
The %Clip()% macro allows you to use the
current content of the clipboard in your strings
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.
|