in reply to Re: Handling Hex data with Dynamic unpack
in thread Handling Hex data with Dynamic unpack

For actual bytes there is "nothing to be done" - it is already a byte value.

Except unpacking -- like if you want get an actual number (big-endian 8-bit signed integer )

  • Comment on Re^2: Handling Hex data with Dynamic unpack