Skip to content

(General) Numeric comparison, special characters

Stephan Stricker edited this page Dec 16, 2019 · 7 revisions

Comparison in event bindings

Operator Description
and logical and
or logical or
not() Negation
= Equality
<> Not equal
< * Less than
<= * Less than or equal
> * Greater than
>= * Greater than or equal

Special characters

Special character Description
$ " in WStrings
\n force line-break in text
\l force line-feed in text
\p force page-break in text
\r force carriage-return in text
\t force tabulator in text
\hhhh Hexadecimal value (h=0-9, A-F) in double-byte character strings
Clone this wiki locally