User Guide > Scripting > Writing Expressions > Literal Values in Expressions
Was this helpful?
Literal Values in Expressions
Literal values (constants) are exact values (alphabetic or numeric). These values are also the constants that you use in expressions, such as the numeric value 100, or the string "John Smith".
You must enclose only string literals within quotes. Numbers must not be enclosed in quotes (if enclosed in quotes, they will be strings, not numeric values).
See Also
Last modified date: 08/02/2023