Writing expressions using EasyScript : About EasyScript : Syntax rules
 
Syntax rules
When writing an EasyScript expression, observe the following rules:
*Enclose field names within square brackets ([ ]), for example, [CustomerID].
*Field names and function names are case-sensitive. All function names are uppercase.
*When creating an expression that contains a literal date, always type the date according to the conventions of the US English locale. For example, if working in the French locale, type 07/10/2010 to represent July 10, 2010. Do not type 10/07/2010, which is the convention for dates in the French locale. The following expression, which calculates the number of days from the current date to Christmas, includes a literal date:
DIFF_DAY(TODAY(), "12/25/10")
*When creating an expression that contains a literal number, always type the number according to the conventions of the US English locale. Use a period (.), not a comma (,) as the decimal separator.