Expressions.expr-term
One or more expression factors separated by multiply, divide or concatenate operators
Format
expr-factor [ { * | / | || } expr-factor ]*
Remarks
An expr-term consists of one or more factors seperated by one of the three operators: Multiply '*', divide '/', or concatenate '||'. The multiply '*' and divide '/' operators are intended for use with numeric and/or interval values. The concatenation operator '||' is intended for use in concatenating string or bit string values.
For a table that lists the valid operations and their resultant data type, see Operands and Resulting Data Types.
For more information about the above operators, see Operators.
RawValue * 100.0 / 65535.0
'Value = ' || CurrentStateDesc