Manuals/calci/QUOTE
QUOTE(Thing)
- is the text to be displayed in quotes.
Description
- This function is used to display the entered text in single quotes.
- Quotation marks are written as a pair of opening and closing marks.
- Quotation marks, also called quotes, quote marks, quotemarks, speech marks, inverted commas or talking marks, are punctuation marks used in pairs in various writing systems to set off direct speech, a quotation, or a phrase.
- Argument can be text, numbers, or any special characters like @,&...
- should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
- Only first argument is displayed with quotes.
Examples
- QUOTE("Text in quotes.") = 'Text in quotes.'
- QUOTE("&$#@")='&$#@'
- QUOTE(1..10)='1' '2' '3' '4' '5' '6' '7' '8' '9' '10'
- QUOTE("name","address")='name'
Related Videos
See Also
References