03-09-2009 06:49 PM
I need to convert 4 true/false switch inputs to decimal to select one of 16 case structures. Can someone help me do that?
03-09-2009 07:35 PM
I'm assuming you already have them in as booleans. Just make an array out of them and then use the Boolean Array to Number.
http://josh.whtiger.net/images/btns_to_number.png
😃
03-09-2009 08:18 PM
Thanks, simple as that!