BINARYVALUE

BINARYVALUE converts x, which can be a pointer, offset, or ordinal, to an integer. The function returns a FIXED BIN value that is the converted value.

If x is a pointer, the return value has type size_t 1. If x is an ordinal, the return value has type FIXED BIN(31). If x is an offset, the return value has type FIXED BIN(31) under OFFSETSIZE(4) and FIXED BIN(63) under OFFSETSIZE(8).

Read syntax diagramSkip visual syntax diagramBINARYVALUE( x)

Abbreviation: BINVALUE

x
Expression