Allows the user to type in an expression, including text, numbers and variables which will then be evaluated.

 

evaluateExpression

 

There is also support for logical combinations of booleans.

 

Therefore the following expressions can be used:

Logical AND:

   a && b

    a AND b

    a and b

Logical OR:

    a || b

    a OR b

    a or b

Logical Exclusive OR:

    a ^ b

    a XOR b

    z xor b

Logical NOR:

    a NOR b

    a nor b

 

 

Returns value for use with subsequent Actions which holds all the value of the expression in the appropriate type (could be double, integer, text, long, date etc). Also included in value is a property valueSet which specifies whether a value was set.

 

Properties Available for Child Actions To Use

The following properties are available for use in any child or descendant action:

 

Properties

Notes

value

The value returned by the expression.