Byte Data Type
Description
Byte variables are stored as single, unsigned, 8-bit (1-byte) numbers ranging in value from 0 to 255.
The Byte data type is useful for containing binary data.
See Also
Data type summary, Deftype statements, Integer data type.