SQUOTE()

Top  Previous  Next

 

The SQUOTE() function returns a copy of its argument string enclosed in single quotes.

 

 

Format

 

SQUOTE(expr)

 

where

 

exprevaluates to the source string.

 

 

The SQUOTE() function returns expr enclosed in single quotation marks.

 

 

Example

 

A = SQUOTE('ABC123')

 

This statement sets A to the eight character string 'ABC123'.

 

 

See also:

QUOTE()