Code Name
Description
\d
Date
Represents the date as a string:
MM/DD/YYYY
\f
Form feed
Character code: 0x0C
\g
Trigger data
Data that triggered the current Event
\m
Time
Time that the current Event was triggered
at: HH:MM:SS in 24hr format
\n
New line or linefeed
Character code: 0x0D
\o
Origin that triggered
Event
Port number, Variable name, etc. The
value depends on the type of Event.
\r
Carriage return
Character code: 0x0A
\t
Horizontal tab
Character code: 0x09
\v
Vertical tab
Character code: 0x0B
\'
Single quote
Character code: 0x27
\”
Double quote
Character code: 0x22
\\
Backslash
Character code: 0x5C
\?
Question mark
this is needed, because wild cards will be
identified by * and ? within the string.
\*
Asterisk
Character code: 0x2A