An expression is any valid combination of values and operators that resolves to a single result. For instance, in the expression 1 + 2, "1" and "2" are values, "+" is the add operator, and the resulting value would be 3.
You can use expressions to perform calculations, compare values, set conditions and make decisions at run time.
SEE ALSO |
|
|
|
? |
For details on the usage and syntax of expressions, please see Chapter 15: Expressions in the User's Guide. |
There are five places where expressions can be used in Setup Factory: in build-time conditions, in run-time conditions, in screen conditions, in conditions for IF and WHILE actions, and in Assign Value actions.
See Also: Conditional Expressions, Values, Operators