Yes. However, if you wish to keep your original array, all values in your array need to be less than 255. Otherwise, LV will only take the last 8 bits of the U16 number and convert to U8, which will not match your original array.
Yes. However, if you wish to keep your original array, all values in your array need to be less than 255. Otherwise, LV will only take the last 8 bits of the U16 number and convert to U8, which will not match your original array.