![]() ![]() |
|
QUOTE/DQUOTE/SQUOTEThese 3 functions will put a single or double quotation mark and the beginning and end of a string.
COMMAND SYNTAXQUOTE(expression)
SYNTAX ELEMENTSexpression may be any expression that is valid in the JBC language.
NOTESThe QUOTE and DQUOTE functions will enclose the value in double quotation marks. The SQUOTE function will enclose the value in single quotation marks. |