Visual RPG 9.0 Language Concepts  

*Byte Data Type

*Byte variables are stored as unsigned 8-bit (1-byte) numbers ranging in value from 0 through 255.

The *Byte data type is used for containing binary data.

The equivalent .NET data type is System.Byte.

See Also

Data Types
Integer Data Type
System.Byte