04-11-2011 05:17 PM - modificato 04-11-2011 05:17 PM
These are like riddles to me!
I want "if x is false and y is true return true. Otherwise, return false."
Here is what I came up with.
Is there a better way?
Risolto Andare alla soluzione.
in data 04-11-2011 05:32 PM
You can use a compound node and invert the appropriate inputs and output. (See also).
(If the output is just wired to a case structure, you could simply flip the content of the two cases and skip the invert)
in data 04-11-2011 05:36 PM
It's actually going to a boolean to number function then to a ring control, but this is what I was looking for. Thanks.