IsByte / Byte?

Boolean = IsByte ( Expression )

Boolean = Byte? ( Expression )

Return if an expression is a byte integer.


Example

PRINT IsByte(1)

FALSE

PRINT IsByte(CByte(1))

TRUE