Expression Codeblock Syntax
The syntax for an expression codeblock is:
{[|<parameters>|]<expression>}
Comments:
Opening and closing curly braces ({ }) are required.
If you pass parameters, delimit them with vertical bars (| |).
For example, to specify the following VALID condition for an entry field, type this codeblock in the text box next to the entry field's Valid event:
{||Salary<= 10000}