2.0
3.0
>
lang
>
type
>
byte
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
Byte
DIM
Var
AS
Byte
This native datatype represents a unsigned byte value.
The value of a Byte is an integer between 0 and 255.
When converting to a Byte, overflow is silently ignored!
See also
Short
,
Integer
,
Long
,
Datatypes