25.08.2020, 14:16
(This post was last modified: 25.08.2020, 14:18 by davidchispas.)
I need to do a sum with 1 bit objects, is this possible?
For example,
a = 1/1/1 (true)
b = 1/1/2 (false)
c = 1/1/3 (true)
value = 1/1/4
a + b + c = value
*in this operation it would send a value 2
For example,
a = 1/1/1 (true)
b = 1/1/2 (false)
c = 1/1/3 (true)
value = 1/1/4
a + b + c = value
*in this operation it would send a value 2