can be used to manipulate and calculate values, as well as to condition components in Projects. Expressions must be enclosed inside ${ } and can be composed of strings, variables, functions, mathematical equations and logical operators.
Expressions can be entered manually or constructed using the Expression Wizard by clicking the
icon next to an attribute in a Project.
When using an expression as a condition (for example, on an IF statement), the result of the expression must return a true or false. For example, ${fileCount > 0} would return true if the variable fileCount is greater than 0.
Project definitions at version 2.0 use the following Expression Syntax. Projects at version 1.0 will continue to run, but are limited to using the Expression 1.0 Syntax.