syntax:functions:quote
Table of Contents
Quote()
Category: Text function
Description
This function returns a single quote character (').
Use cases
This function is useful when you need to construct an expression with a text string containing single quotes.
Arguments
This function does not take any arguments.
Return value type: Text (single quote)
Examples
'It' & quote() & 's a dog.' //Returns "It's a dog." (& is the text concatenation operator.)
code( quote() ) //Returns 39 (The ASCII code for a single quote.)
syntax/functions/quote.txt · Last modified: 2021/08/16 00:31 by craigt