Operators

Operator precedence follows the standard mathematical rules. Brackets ( ) can be used to specify precedence explicitly. E.g. 2 * (3 + 4). This page describes the mathematical and logical operators available for use in expressions parsed by the Server calculation engine.

Read more

Keywords

A keyword is a word with a predefined value. This article lists the keywords available in IFS OI Server, and their definitions.

Read more

EvalExp()

Use EvalExp() to evaluate an expression, or to override the value of context parameters for the duration of the evaluation.

Read more

Eval()

Use Eval() to evaluate an expression, or to override the value of context parameters for the duration of the evaluation.

Read more