|
%ClipAsPlainText()% macro pastes text
from clipboard without formatting. Unlike the %Clip()%
macro, %ClipAsPlainText()% pastes only plain text, without
formatting, while %Clip()% pastes the complete contents of
the clipboard (formatting, pictures, hyperlinks etc.)
As for %ClipAsPlainText()% macro pastes only plain text
it works faster and more stable then %Clip()%.
Usage
Just use %ClipAsPlainText()% in your
string - this macro will be replaced with the text from the
clipboard 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.
|