I was trying to *make* a cluster in as little space as possible and tried to build an array of 3 booleans and then use the array to cluster function to make this cluster. however, it seems that there is some fancy way labview is handling the booleans. something like an 9-bit thingy?
A long time ago I remember reading about how hardcore CS people interpret bits... little big endianness? I've also seen how labview can convert some integer into a 9-bit thing like this.
Anyways my question is, is it possible to make a "cluster of 3 elements" from 3 boolean constants without having to use "bundle"??
Thanks.