QUOTE(), DQUOTE()

Top  Previous  Next

 

The QUOTE() function returns a copy of its argument string enclosed in double quotes. The DQUOTE() synonym is identical.

 

 

Format

 

QUOTE(expr)

 

where

 

exprevaluates to the source string.

 

 

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:

SQUOTE()