LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

joining the elements of a large array

I want to take a U8 array and make it a U16 array. But the first element of the U16 must be a  element 0 and 1 of the U8 array joined together without have to go through an index for every join.
 
Is this possible
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 1 of 3
(2,682 Views)
Try this. You'll want to make sure that your input array has an even number of elements...

Chris


Message Edited by C. Minnella on 02-26-2007 03:39 PM

Message 2 of 3
(2,677 Views)
Thanks
 
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 3 of 3
(2,671 Views)