how do i write "and" in an expression

   2155   3   0
User Avatar
Member
86 posts
Joined: 8月 2010
Offline
I want to make it so the expression is @Cd.r > 0.7 and @Cd.r <0.3

and while we are at it,what uis “or”
the xon can
User Avatar
Member
555 posts
Joined: 2月 2017
Offline
test A && test B // and
test A || test B // or
User Avatar
Member
86 posts
Joined: 8月 2010
Offline
vusta
test A && test B // and
test A || test B // or
thanks
the xon can
User Avatar
Member
859 posts
Joined: 10月 2008
Offline
Generally speaking, C syntax is a good first attempt when you're having vex troubles.
--
Jobless
  • Quick Links