Operators Functions

ANDThe logical 'AND' operator (Boolean).
EQVThe bitwise comparison operator.
IMPThe logical implication from two values (Variant).
ISCompares two object reference variables.
LIKEThe pattern matching operator.
MODReturns the remainder after division operator (Integer).
NOTThe logical 'NOT' operator (Boolean).
ORThe logical 'OR' operator (Boolean).
TYPEOFReturns the object data type.
XORThe bitwise exclusion operator.
AND
The logical 'AND' operator (Boolean).
EQV
The bitwise comparison operator.
IMP
The logical implication from two values (Variant).
IS
Compares two object reference variables.
LIKE
The pattern matching operator.
MOD
Returns the remainder after division operator (Integer).
NOT
The logical 'NOT' operator (Boolean).
OR
The logical 'OR' operator (Boolean).
TYPEOF
Returns the object data type.
XOR
The bitwise exclusion operator.

© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited Top