PDA

View Full Version : yes/no parameters



RafeRedmond
2008-01-25, 02:14 PM
How can I make a yes/no parameter so that when it is on, another yes/no parameter turns off? I was thinking of using a conditional statement (such as if...), but I cannot make it work. Please help if you have done this before or have any ideas.
Thanks.

aaronrumple
2008-01-25, 02:25 PM
For parameters ParamA and ParamB:

ParamB = not(ParamA)

Chirag Mistry
2008-01-25, 02:53 PM
Here's a quick tip on this by Steve
http://revitoped.blogspot.com/2005/11/make-up-my-mind.html