User | Kudos |
---|---|
8 | |
6 | |
4 | |
3 | |
2 |
It would often be useful to have a Boolean function that worked like a reversed Select. That is, instead of two inputs and one output, it would have one input and two outputs, but still switched by a Boolean input. Of course you can do this with a Case structure but it takes up more space and it is unwieldy. A Select is much neater and clearer to interpret.
The new Reversed Select should be on the Boolean palette, not the Comparison palette.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.