QUOTE(), DQUOTE() |
![]() ![]() ![]() |
The QUOTE() function returns a copy of its argument string enclosed in double quotes. The DQUOTE() synonym is identical.
Format
QUOTE(expr)
where
The QUOTE() function returns expr enclosed in double quotation marks.
Example
A = QUOTE('ABC123')
This statement sets A to the eight character string "ABC123".
See also: |