*.bas ansicontent:WM_SETTEXT
now it's ok,how to find "aa bbb"
find:Const WM_COMMAND
can't search text:*.bas ansicontent:WM_SETTEXT
-
AutoSoft
- Posts: 37
- Joined: Fri Jun 09, 2023 9:56 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: can't search text:*.bas ansicontent:WM_SETTEXT
Search Syntax
To find in ansi content of .bas files, include the following in your search:
-The space is treated literally
To find AND in ansi content of .bas files, include the following in your search:
Use < > for the function sub expression.
To find (including the quotes) in ansi content of .bas files, include the following in your search:
": is treated as a literal "
To find in ansi content of .bas files, include the following in your search:
To find
aa bbb*.bas ansicontent:"aa bbb"-The space is treated literally
To find
aabbb*.bas ansicontent:<aa bbb>Use < > for the function sub expression.
To find
"aa bbb"*.bas ansicontent:"":aa bbb":"": is treated as a literal "
To find
Const WM_COMMAND*.bas ansicontent:"Const WM_COMMAND"