Byte

DIM Var AS Byte

This native datatype represents an unsigned byte value.

The value of a Byte is an integer between 0 and 255.

See also