I have seen the rem(a,b) function being used to recast numbers, but I was wondering if there was a way to recast arrays as in C.
Say, for example, that I have an array of bytes, is it possible to recast that array as UInt16, by taking pairs of bytes, or as Int32 by taking each consecutive 4 bytes? Thanks, Jeremy