[back to
Enhancements to the formula language in Domino 6
]
Braces
In Notes/Domino 6, you use braces for delimiting remarks. You can still use quotation marks as delimiters when you enter the code; however, the next time you open the object containing the code, the delimiters will be generated as braces.
You can also use braces to delimit string constants. For example, you can enter:
Name := {"Bill" Jones}
Instead of:
Name := "\"Bill\" Jones"
In this case, when you next open the object containing the code, the delimiters will be generated as quotation marks, and embedded quotation marks will be escaped with backslashes—just the opposite of remarks.