Skip to main content
Question

Variables: how to use conditional for more than 1 operator

  • December 6, 2024
  • 1 reply
  • 8 views

Leandro_Henflen1

I need to build a conditional like the following:

if {variable ABC} > 0 and < 5
   set {variable X} false
   set {variable Y} false
   set {variable Z} true
else

{variable ABC} is a number variable

When I try to setup this conditional it won’t allow me to use those options.

Thanks,
Leandro

This topic has been closed for replies.

1 reply

tank666
  • 4873 replies
  • December 6, 2024
if (ABC > 0 and ABC < 5) {
  Set…
}

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings