A 8 bit unsigned integral value.
Dim name As Byte
Dim name|
Type declaration character is |.
Range: 0 - 255
Arithmetic operations are faster with integral types than with other data types. They are fastest with the 32-bit Integer types.
Dim d As Byte = 2
Local Byte d1
Global d2|
The unsigned integral types are Byte (8-bit) and Card (16-bit).
There is an additional unsigned byte descriptor UByte which can be used only in User-defined Types; see the example in SizeOf.
Boolean, Byte, Card, Short, Word, Int16, Long, Int, Integer, Int32, Int64, Large, Single, Double, Currency, Date, Handle, String, Variant, Object
{Created by Sjouke Hamstra; Last updated: 04/07/2022 by James Gaite}