(Tools | Options | General -> Search=>) Literal Operators:
Is NOT Broken ?
(IOW NOT does not NOT.)
Or if not, how do you NOT something?
Literal Operators: Is NOT Broken
Re: Literal Operators: Is NOT Broken
Yes, the literal operator should be eating the trailing white spaces.Is NOT Broken ?
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>
Code: Select all
!abc