Search Char: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The '''Search_Char''' [[config]] specification | 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 | 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).