Operators

Operators are abbreviated spellings of functions.

The following operators are in TAP. CON Configuration Expert available:

 

 

More:

. - Operator and !- Operator

Me - Operator (Access own object)

:= - Operator (Assignment)

::= - Operator (Assignment with simultaneous setting of the usertouched attribute)

= - Operator (Comparison on equality)

<> - Operator (Comparison on inequality)

> - Operator (Logical Comparison Greater)

>= - Operator (Logical Comparison Greater or Equal)

< - Operator (Logical comparison of Lower)

<= - Operator (Logical comparison Lower or Equal)

And - Operator (Bit comparison AND)

BAnd - Operator (Logical comparison AND)

Or - Operator (Bit comparison OR)

BOr - Operator (Logical comparison OR)

XOr - Operator (Bit comparison Exclusive OR)

BXOr - Operator (Logical comparison Exclusive OR)

Not - Operator (Bit negation)

BNot - Operator (Logical negation)

IsA - Operator (Derivation comparison)

NotIsA - Operator (Non-derivation comparison)

IsRel - Operator (Derivation comparison also for virtual classes)

NotIsRel - Operator (Non-derivation comparison also for virtual classes)

In - Operator (Checking for occurrences in a list or interval)

NotIn - Operator (Checking for nonoccurrence in a list or interval)

Like - Operator

& - Operator (String Concatenation)

&= - Operator (String Concatenation and Assignment)

&& - Operator (multilingual string concatenation)

+ - Operator (Addition)

+= - Operator (Addition and assignment)

- - Operator (Minus, Subtraction)

-= - Operator (Subtraction und Assignment)

- - Operator (Sign)

* - Operator (Multiplication)

/ - Operator (Division)

^ - Operator (Exponentiation)

\ - Operator (Integer Division)

Mod - Operator (Modulo)

<- BitShift - Operator (Left Shift)

-> BitShift - Operator (Right Shift)