Page 1 of 1

+ and @ Logic operators

Posted: Mon May 20, 2002 11:25 am
by kzinda
I am confused about how the + and @ operators differ. Which query would be considered more restrictive and how does Texis interpret them?

+sensor @0 control measure

vs.

+sensor control measure

+ and @ Logic operators

Posted: Mon May 20, 2002 1:46 pm
by mark
+ and @ have no bearing on each other. @ only applies to sets with "=" logic (no logic setting implies "=").
+a b c
is the same as
+a b c @1
and is more restrictive than
+a b c @0