Discussion:
Help Filter Syntax
(too old to reply)
J. Boschen
2004-02-26 18:44:45 UTC
Permalink
I asked this in vsnet.general but no replies, so cross posting it here...

Is there a way to only specify which collections you DO NOT want included?

something like...

"DocSet"!="NetCompactFramework"

or

NOT "DocSet"="NetCompactFramework"


Thanks
Jeremy
Roger Haight [MSFT]
2004-03-05 17:19:38 UTC
Permalink
There is a NOT operator, but it isn't unary, it's binary. What this means is
that it already includes the "AND", so you have to do something like

"color"="red" NOT "shape"="square"

--Roger
_______________________________
Roger Haight
Developer Division User Assistance
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
Post by J. Boschen
I asked this in vsnet.general but no replies, so cross posting it here...
Is there a way to only specify which collections you DO NOT want included?
something like...
"DocSet"!="NetCompactFramework"
or
NOT "DocSet"="NetCompactFramework"
Thanks
Jeremy
Continue reading on narkive:
Loading...