Macro
|
Description
|
%BLANK
|
Creates a blank template (if you do not use this macro, the program uses the default account template)
|
%CAPITAL="text"
|
Converts the first letter of each word of the text to capitalized
|
%CAPITALFIRST="text" or UCFIRST="text"
|
Converts the first letter of the text to capitalized
|
%CLEAR
|
Clears all previously entered text (used in Quick Templates only)
|
%CLIPBOARD
|
Inserts the text from the clipboard
|
%CLIPBOARD="test" or %SetCLIPBOARD="test"
|
Copies the text from quotes to the clipboard. For example, both macros %CLIPBOARD="test" and %SetCLIPBOARD="test" copy the word test into the clipboard
|
%COOKIE
|
Inserts a random cookie from the cookies defined under “Account -> Properties -> Templates -> Cookies”
|
%COOKIE="file path"
|
Inserts a random cookie from the specified external text file. This macro may have two parameters: The first parameter is the file path. The second parameter is the character set of the file contents.
|
%COPY ("text", start, count)
|
Extracts a portion of characters provided by “text” starting from a certain character, e.g. %COPY("%otext", 1, 100) returns 100 characters starting from the first character of the original message text (for reply or forward)
|
%CURSOR
|
Places the cursor at the position defined by this macro
|
%FULLSUBJ or %FULLSUBJECT
|
Full subject of the message including prefixes
|
%INCLUDE="file path"
|
Inserts the text generated using the template from an external file. This macro may have two parameters: the first parameter is the file path and the second parameter is the character set of the file contents.
|
%ISSIGNATURE
|
Indicates that the text of the Quick Template is the signature, i.e it replaces everything after the signature delimiter ("-- ") with the text specified in the template. If no signature delimiter is detected, the macro adds one followed by the generated text (used in Quick Templates only)
|
%LOWER="text"
|
Converts the specified text to lower case
|
%MEMO
|
Adds a memo
|
%NEWLINE
|
Adds an empty line. To add several empty lines, use the NEWLINE(n) macro, n is the number of lines
|
%NOWRAPJUSTIFY
|
Lines wrapped with %WRAPPED are not justified (used with %WRAPPED)
|
%OFULLSUBJ or %OFULLSUBJECT
|
Original message full subject including prefixes (used for reply or forward)
|
%ONELINE or %SINGLELINE
|
Returns the text in one line if the result of another macro is longer than the defined line length (used in Quick Templates only)
|
%OSUBJ or %OSUBJECT
|
Original message subject without prefixes (for reply or forward)
|
%PUT="file path"
|
Inserts the contents of an external file. This macro may have two parameters: The first parameter is the file path. The second parameter is the character set of the file contents. Examples: %Put("C:\Folder\sample.txt", "utf8")
%Put("C:\Folder\sample.txt", "windows-1251")
|
%QINCLUDE="handle" or QT="handle"
|
Inserts the text generated by a Quick Template. The parameter must be the exact handle you defined in the Quick Template editor
|
%QUOTECLIPBOARD or %QClipboard
|
Inserts the text from the clipboard as quoted
|
%QUOTEEMPTYLINES
|
Enables the quoting of the empty lines
|
%QUOTES
|
Inserts the original message text as quoted
|
%QUOTES="text" or QUOTED("text")
|
Inserts the “text” as quoted
|
%QUOTESTEXT
|
Performs the same action as the %QUOTES macro, but does not take into consideration the message format
|
%QUOTESTYLE="expression"
|
Specifies the quotation prefix. Possible “expression” values:
- NONE – no prefix (by default)
- I – sender’s initials
- IF – sender’s first initial
- N – sender’s full name
- F – sender’s first name
- L – sender’s last name
- =text – “text” is the prefix
|
%REPLYCOUNTER or %RECOUNT
|
The reply counter of the current message. Example: %SUBJECT="%RECOUNT "Why don't we change the subject?"
|
%SINGLERE
|
Disables the reply counter
|
%SUBJ
|
Subject line without prefixes
|
%SUBJECT="subject"
|
Sets the subject specified in the parameter
|
%TEXT="nn"
|
Inserts the first nn lines of the original message text (for reply or forward)
|
%TEXT="nnL"
|
Inserts the first nn lines of the original message and all the lines that contain URLs (for reply and forward)
|
%TEXT or %OTEXT
|
Original message text (for reply and forward)
|
%TEXTSIZE or %OTEXTSIZE
|
Original message text size in bytes (for reply and forward)
|
%UPPER="text"
|
Converts the specified text to upper case
|
%WRAPJUSTIFY
|
Justifies the lines wrapped with %WRAPPED (used with %WRAPPED)
|
%WRAPPED="text"
|
Wraps inserted text to the line length specified under “Options -> Preferences -> Viewer/Editor -> Editor preferences”
|
%QuoteIgnoreSeparator
|
Quotes signature (the text after the signature delimiter ("-- "). Use the %QuoteIgnoreSeparator%QUOTES macro
|