SQUOTE() |
![]() ![]() ![]() |
The SQUOTE() function returns a copy of its argument string enclosed in single quotes.
Format
SQUOTE(expr)
where
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: |