I want to allow people using my program to build up what amounts to several if conditions, which they will select from drop down lists.
First drop down : object
Second drop down : attribute
Third drop down : sign
Fourth drop down : amount
So the user's selection might look something like this;
person_a
age
>
18
Is it possible to build up an if
condition in a string and then execute it?