Home > lang > type > byte 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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