RD_HALF
 
Syntax

RD_HALF ( halfword_address )
Description


The value of the halfword at the halfword_address is returned. That value is unsigned, so 0 to 65535 can be expected.

This is a compiler change and is a feature of compilers 9.36 and later.

Example

x = RD_HALF(&H10000002)     ' load the 16 bit value at &H10000002  into x
Differences from other BASICs

See also