Difference between revisions of "HTML ENTITY DECODE()"
From Recital Documentation Wiki
		
		
		
Yvonnemilne  (Talk | contribs)  | 
				Yvonnemilne  (Talk | contribs)   | 
				||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
==Purpose==  | ==Purpose==  | ||
| − | Function to return a string from a character string or memo field where   | + | Function to return a string from a character string or memo field where numeric html entities have been replaced with their display character equivalents  | 
==Syntax==  | ==Syntax==  | ||
| − | + | HTML_ENTITY_DECODE(<expC> | <memofield>)  | |
==See Also==  | ==See Also==  | ||
| − | [[ASC()]], [[AT()]], [[ATNEXT()]], [[CHR()]], [[CHRTRAN()]], [[HTML_ENTITIES()]], [[INLIST()]], [[LEFT()]], [[OCCURS()]], [[RAT()]], [[RIGHT()]], [[STR()]], [[STR_REPLACE()]], [[STREXTRACT()]], [[STRTRAN()]], [[STUFF()]], [[SUBSTR()]]  | + | [[ASC()]], [[AT()]], [[ATNEXT()]], [[CHR()]], [[CHRTRAN()]], [[DECODE()]], [[ENCODE()]], [[HTML_ENTITIES()]], [[INLIST()]], [[LEFT()]], [[OCCURS()]], [[RAT()]], [[RIGHT()]], [[STR()]], [[STR_REPLACE()]], [[STREXTRACT()]], [[STRTRAN()]], [[STUFF()]], [[SUBSTR()]]  | 
==Description==  | ==Description==  | ||
| − | The   | + | The HTML_ENTITY_DECODE() function will search <expC> or <memofield> and return a string where numeric html entities have been replaced with their display character equivalents.    | 
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
==Example==  | ==Example==  | ||
<code lang="recital">  | <code lang="recital">  | ||
| − | + | ? html_entity_decode("{")  | |
| − | + | {  | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | ? &"  | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
</code>  | </code>  | ||
| − | |||
==Products==  | ==Products==  | ||
Latest revision as of 14:27, 1 July 2011
Purpose
Function to return a string from a character string or memo field where numeric html entities have been replaced with their display character equivalents
Syntax
HTML_ENTITY_DECODE(<expC> | <memofield>)
See Also
ASC(), AT(), ATNEXT(), CHR(), CHRTRAN(), DECODE(), ENCODE(), HTML_ENTITIES(), INLIST(), LEFT(), OCCURS(), RAT(), RIGHT(), STR(), STR_REPLACE(), STREXTRACT(), STRTRAN(), STUFF(), SUBSTR()
Description
The HTML_ENTITY_DECODE() function will search <expC> or <memofield> and return a string where numeric html entities have been replaced with their display character equivalents.
Example
? html_entity_decode("{") {
Products
Recital Web, Recital Server, Recital