Operators as Variables
-
Hello everyone,
Can I use operators like >,<,>=,<= as variables and use them in Condition blocks like in here?
I tried creating string variables but whenever I pick a variable on the highlighted operator area and press "Update", the block reverts that change.Any help would be highly appreciated.

-
You will have to create an enum then activate different blocks that do what you need
-
Thank you @jstap for your alternative solution and yes, I can do that the way you suggested. However it'll lead me to create a lot of unnecessary extra blocks.
Since the designer let's us to right-click on the area to pick a variable, I thought it was doable:
-
In years I have never seen anyone be able to do this, I have tried many ways, but what I said is the only way I think it is possible.
-
This answer sums it all : )
Thank you once again

-
@ElvisTR if you want to use the signs more flexible use the second condition block, where you can specify your variable and use && and || sign on multiple occasions, if that's what you intend to do