Tried searching around, but I couldn’t find any solutions.
Basically I’m trying to figure out if the following is possible:
if variableA >=1 and <= 4 then
In studio itself it underlines the “<=4” in red. Is there any way to use two math operators in the same if statement?