HIINT function

Purpose

Extract the most significant (high-order) Word from a Long-integer or Double-word (DWORD) value, and return it as a signed Integer value.

HIINT has been superceded by the HI function, although HIINT remains supported for a limited period.  Existing code should be converted to the new syntax as soon as possible.

Syntax

iResult% = HIINT(thirtytwobitvalue)

Remarks

The value return by HIINT is always signed, regardless of the sign of the argument.

See also

HI