4 operators/functions – Metrohm tiamo 1.0 Manual User Manual

Page 50

Advertising
background image

26

General program functions

2.4.4 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 (NumberToText)
Number to time (NumberToTime)
Text to number (TextToNumber)
Text to time (TextToTime)
Time to number (TimeToNumber)
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

Rules of priority for operators

The operators are processed in the sequence in which they are listed in the follow-
ing table.

Operators

^

*, /

Arithmetic

+, -

Compare

<, <=, >, >=

Logic AND,

OR

Advertising