Byte

Name: Byte

Type: Integer - Numbers with no fractional part

Range: 0 to 255

Script: 

Sub Main
    Dim myByte As Byte
End Sub

IDEAScript Language: