Expressions.expression

One or more expression terms seperated by addition and/or subtraction operators

Format

expr-term [ { + | - } expr-term ]*

Remarks

An expression consists of one or more expression terms seperated by addition '+', or subtraction '-' operators. For a table that contains valid operations and their resultant type, see Operands and Resulting Data Types.

For more information about the above operators, see Operators.

Example:

CurrentValue + 15.0


Disclaimer

Geo SCADA Expert 2022