Bits and Bytes
There are procedures to manipulate single bits and bytes.
BYTES | Split an integer into bytes |
SETBIT | Set a single bit in an integer array |
SETBYTE | Set a single byte in an integer array |
BIT() | Value of a single bit in an integer array |
BYTE() | Value of a byte in an integer array |
|