Community
Participate
Working Groups
The following improvements are needed in the expression language to make it more flexible: 1. Use array notation to index into a list. 2. Use Size property to access size of any collection. 3. Support actual conditional evaluation of the conditional operator, such that the unused branch is not evaluated. It should be possible for the unused branch to be in error state without erroring the entire expression.
Enhancements implemented. Added to the release notes. Implemented unit tests TestExpr0002, TestExpr0003 and TestExpr0004 to cover the features described here.
Verify in unit tests.