Literal Operators: Is NOT Broken

Found a bug in "Everything"? report it here
Post Reply
therube
Posts: 4625
Joined: Thu Sep 03, 2009 6:48 pm

Literal Operators: Is NOT Broken

Post by therube »

(Tools | Options | General -> Search=>) Literal Operators:
Is NOT Broken ?

(IOW NOT does not NOT.)
Or if not, how do you NOT something?
void
Developer
Posts: 15401
Joined: Fri Oct 16, 2009 11:31 pm

Re: Literal Operators: Is NOT Broken

Post by void »

Is NOT Broken ?
Yes, the literal operator should be eating the trailing white spaces.
Fixed for the next beta update.

To use the literal NOT operator you will need to use < and >, for example, NOT abc:

Code: Select all

NOT<abc>
To use the ! (NOT) operator, eg NOT abc:

Code: Select all

!abc
Post Reply