SET STRESCAPE

From Recital Documentation Wiki
Revision as of 11:44, 21 July 2010 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Enables or disables the use of '\' to escape characters


Syntax

SET STRESCAPE ON | OFF | (<expL>)


See Also

AT(), ATNEXT(), CHRTRAN(), INLIST(), LEFT(), OCCURS(), RAT(), RIGHT(), STR(), STR_REPLACE(), STREXTRACT(), STRTRAN(), STUFF(), SUBSTR()


Description

SET STRESCAPE enables or disables the use of '\' to escape characters. If SET STRESCAPE is ON, the '\' character is treated as an operator to escape the character which follows it. If SET STRESCAPE is OFF (default), '\' is treated as a normal character.


Example

set strescape on                                                              
? "<input type=\"text\" name=\"title\">"                                      
<input type="text" name="title">


Products

Recital Server, Recital