Difference between revisions of "SET STRESCAPE"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Enables or disables the use of '\' to escape characters
 
Enables or disables the use of '\' to escape characters
 
  
 
==Syntax==
 
==Syntax==
 
SET STRESCAPE ON | OFF | (<expL>)
 
SET STRESCAPE ON | OFF | (<expL>)
 
  
 
==See Also==
 
==See Also==
 
[[AT()]], [[ATNEXT()]], [[CHRTRAN()]], [[INLIST()]], [[LEFT()]], [[OCCURS()]], [[RAT()]], [[RIGHT()]], [[STR()]], [[STR_REPLACE()]], [[STREXTRACT()]], [[STRTRAN()]], [[STUFF()]], [[SUBSTR()]]
 
[[AT()]], [[ATNEXT()]], [[CHRTRAN()]], [[INLIST()]], [[LEFT()]], [[OCCURS()]], [[RAT()]], [[RIGHT()]], [[STR()]], [[STR_REPLACE()]], [[STREXTRACT()]], [[STRTRAN()]], [[STUFF()]], [[SUBSTR()]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 21: Line 17:
 
<input type="text" name="title">
 
<input type="text" name="title">
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Recital Server, Recital
+
Lianja Server, Lianja
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|STRESCAPE]]
 
[[Category:Set_Commands|STRESCAPE]]
[[Category:String Data]]
+
[[Category:Lianja VFP Extensions]]
[[Category:String Data Set Commands]] 
+
[[Category:VFP Command Extensions]]
[[Category:Environment]]
+
[[Category:Environment Set Commands]]
+

Latest revision as of 12:30, 12 December 2012

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

Lianja Server, Lianja