-
Over riding two If/Else statements
I have a project which requires switching back and forth between 2 y-positions depending on the input data. Occasionally there is a need to manually adjust for a third line or special characters so I want to keep a ‘value’ option available to me.
I have set up with 2 check boxes connected to the y-position.
Each statement works individually but the second if/else statement seems to nullify the first
What am I missing?
Thanks
Line1 = (effect("Single Line Position")("Checkbox"))
Line2 = (effect("2 Line Position")("Checkbox"))if(Line1 == true)1666.5;
else value;if(Line2 == true)1582.5;
else value;______________________
“Nothing is Easy”
Jethro Tull