QUOTE / DQUOTE / SQUOTE
These three functions will enclose a single or double quotation mark at the beginning and end of a string.
COMMAND SYNTAX
QUOTE(expression)
DQUOTE(expression)
SQUOTE(expression)
SYNTAX ELEMENTS
expression may be any expression that is valid in the JBC language.
NOTES
The QUOTE and DQUOTE functions will enclose the value in double quotation marks. The SQUOTE function will enclose the value in single quotation marks.
EXAMPLES
See "String variables".
Last update: Sat, 16 Jul 2022 15:34