07-20-2012 02:53 PM
Ah. Well, if you're only dealing with groups of 8 bits and they're not already strings, masking and shifting as suggested earlier is much, much more efficient.
Alternatively, a slight improvement would use "number to boolean array," divide the resulting array as desired, and then "boolean array to number" to convert each portion of the array back to numbers.
07-20-2012 03:54 PM
I ripped this out of some older code, I used Join Numbers since I wanted to reach across the Byte boundaries, may not be necessary in this use case.
I always try to work on my gender-neutral writing, 50% of the time I screw it up everytime.