Byte Variables

The Byte Variables selection box lists all the Byte variables contained in the currently opened script. Use this selection box to paste an already defined Byte variable into an expression.

A Byte variable holds the value of a Byte, which represents an 8-bit integer value with a value range from -128 to +127. The default value of a Byte variable is zero, that is, the value of (byte)0.