User Manual

Formula editor 31
Common variables
Identifier Description
.VAL
Value of the common variable (facultative, i.e.
'CV.Test.VAL' = 'CV.Test') (Text, Num-
ber
or Date/Time)
.UNI
Unit of the common variable (
Text)
2.4.5 Operators/Functions
Overview of operators and functions
Operators Functions Miscellaneous
Arithmetic:
Addition (+)
Subtraction (-)
Multiplication (*)
Division (/)
Potentiation (^)
Arithmetic:
Exponential function (Exp)
Natural logarithm (Ln)
Common logarithm (Log)
Square root (Sqrt)
Absolute value (Abs)
Fraction (Frac)
Integer (Int)
Round integer (Round)
Sign (sign)
Logic:
AND
OR
Date/Time:
Time()
Time(Date)
Time(Date + Time)
Type conversion:
Number to text (NumberTo-
Text)
Number to time (NumberTo-
Time)
Text to number (TextToNum-
ber)
Text to time (TextToTime)
Time to number (TimeTo-
Number)
Time to text (TimeToText)
Compare:
Equal (=)
Larger than (>)
Larger than/equal
to (>=)
Smaller than (<)
Smaller
than/equal to
(<=)
Unequal (<>)
Text:
TextPosition
SubText
Trim
Error
Case