When an integer is converted to a Boolean array, this size of the Boolean array depends on the type of integer that is wires to the input, which is 8 for an I8 and 16 for an I16. In case the number 3 needs to be converted and is stored in an I8, the result is 00000011, while only 11 is relevant. Of course it is possible to program this functionality self but if there is a simple configuration where you can select this behavior this would make life easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Declined for reasons listed in idea discussion thread.