- Home - Products
- Mobile Master
- Copy Station
- PureSync
- Clipboard Master
- Address Book Master
- SMS Servant
- Download
- Buy
- Corporate
lay2c (class:lay2 lay2c)
Clipboard Master has several macros you can use. Each macro will be exapnded/executed whenb pasting.
Macro | Description |
|---|---|
{#date} | The current date will be inserted. |
{#time} | The current time will be inserted. |
{#date format} | The current date will be inserted, but with the specified format |
{#time format} | The current time will be inserted, but with the specified format |
{#cursorpos} | Defines the cursor position after pasting |
{#tab} | Inserts a tag |
{#asc number} | Insert the Acsii character with the given number. The number can be in hex, e.g. 33, &h33 or 0x33 |
{#env variable} | Inserts the given environement variable. E.g. to insert the folder of the temporary files: {#env temp} |
{#file Dateiname} | Inserts the filecontents of the given file |
{#input "Title" default} | Shows an input box: the entered text will be inserted. |
{#open} | Shows a file open dialog to select a file. The file contents of the selected file will be inserted. |
{#c} | Line number: inserts the current line number |
{#cn} | Line counter: inserts for each line the line number |