Search Char: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Given the [[4.20]] [[Pos]] and [[Srch]] enhancements utilizing the "^" character, to search for '^' with "let X=POS(string$,'^',5)" you will need to either turn the search character off with [[CONFIG]] SEARCH_CHAR OFF or change the search character to something else as in CONFIG SEARCH_CHAR 7E (where 7E is the [[hexadecimal]] representation of an alternate search character).  
The '''Search_Char''' [[config]] specification
 
Given the [[4.20]] [[Pos]] and [[Srch]] enhancements utilizing the "^" character, to search for '^' with "let X=POS(string$,'^',5)" you will need to either turn the search character off with CONFIG SEARCH_CHAR OFF or change the search character to something else as in CONFIG SEARCH_CHAR 7E (where 7E is the [[hexadecimal]] representation of an alternate search character).  


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Latest revision as of 15:38, 26 February 2014

The Search_Char config specification

Given the 4.20 Pos and Srch enhancements utilizing the "^" character, to search for '^' with "let X=POS(string$,'^',5)" you will need to either turn the search character off with CONFIG SEARCH_CHAR OFF or change the search character to something else as in CONFIG SEARCH_CHAR 7E (where 7E is the hexadecimal representation of an alternate search character).