05-01-2007 02:04 PM
Solved! Go to Solution.
05-01-2007 02:10 PM
05-01-2007 02:15 PM
05-01-2007 02:16 PM
05-01-2007 02:21 PM
Simply amazing. Thanks guys!
Michael J Fidler
05-01-2007 02:22 PM - edited 05-01-2007 02:22 PM
05-01-2007 02:25 PM
05-01-2007 02:28 PM
When I see "!" I think "bang" and not "not". Now I know.
Michael J Fidler
05-01-2007 02:31 PM - edited 05-01-2007 02:31 PM
Looks like I'm too slow, but here is my response anyway:
There is a function called Boolean to (0,1), I wish there was (0,1) to Boolean function. I usually just use the Not Equal to Zero function to output a boolean. 0 causes a false and 1 causes a true. Then just build an array of the 4 booleans.
Message Edited by tbob on 05-01-2007 01:33 PM
05-01-2007 02:45 PM
It's called typecast, in general true is defined as !0 (or not zero for the not so nerds).
@tbob wrote:
Looks like I'm too slow, but here is my response anyway:
There is a function called Boolean to (0,1), I wish there was (0,1) to Boolean function.