LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with with Array of U8 to Array of Array of Boolean

Nadav,

What Heiko is saying is that Typecast with Convert 4.x gives a different result than the Number to Boolean array function. He is right. The bits are in reverse order of each other.

Example:
Using a number hex 96 we get the two different results:
Typecast with 4.x = 10010110
Number to Bool Array = 01101001

See the attached example VI.

Scott
0 Kudos
Message 11 of 11
(675 Views)