03-29-2012 06:08 AM
Hi all,
I would like to convert 4 separate arrays containing a DBL number into a single array of U8.
Array1 Array2 Array3 Array4 Output Array (in binary)
1 1 1 0 1110
0 1 0 0 0100
1 0 1 1 1011
1 0 1 0 1010
Can anyone help?
03-29-2012 06:30 AM
Hi,
Try this..
Regards,
Nitz
(Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved)