Text Templates software

Download your own copy of text repository software today

Contents

Flashpaste Online Help

Prev Page Next Page
 
   
%Clip()% - paste data from clipboard

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.


Copyright © 2002-2010 Tiushkov Nikolay, Softvoile. All rights reserved.