User Tools

Site Tools


syntax:functions:quote

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:quote [2015/04/03 18:43] dmitrysyntax:functions:quote [2021/08/16 00:31] (current) craigt
Line 1: Line 1:
-===== Quote() =====+====== Quote() =====
 +Category:  Text function
  
-Returns single quote character (').+\\  
 +=====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. This function is useful when you need to construct an expression with a text string containing single quotes.
  
-  'It' & quote() & 's a dog.'+\\  
 +=====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.) 
  
-Remarks: & is the text concatenation operator. 
syntax/functions/quote.1428101034.txt.gz · Last modified: 2015/04/03 18:43 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki