Byte Function

Returns a byte from an input numerical value.

Syntax

Byte (expression)

expression is a character value in the range 0 through 255.

Remarks

The Byte function can be used to build a string byte by byte, rather than character by character. If NLS is not enabled, the Byte function works like the Char function.