how do i write "and" in an expression

   2151   3   0
User Avatar
Member
86 posts
Joined: Aug. 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: Feb. 2017
Offline
test A && test B // and
test A || test B // or
User Avatar
Member
86 posts
Joined: Aug. 2010
Offline
vusta
test A && test B // and
test A || test B // or
thanks
the xon can
User Avatar
Member
858 posts
Joined: Oct. 2008
Offline
Generally speaking, C syntax is a good first attempt when you're having vex troubles.
--
Jobless
  • Quick Links