QUOTE/DQUOTE/SQUOTE

These 3 functions will put a single or double quotation mark and 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.


jBC