4.67.2.37. Halt procedure
Table of Contents
4.67.2.39. High function
- 4.67.2.38. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.38. Hi function
4.67.2.38. Hi function
Targets: MS-DOS, OS/2, Win32
System Unit
Returns the high-order byte of the argument.
Declaration:
function
Hi(X): Byte;
Remarks:
Use
Hi
to retrieve the high order byte from an ordinal type argument. The
Hi
function treats its argument as a 16-bit value, even if it is 32-bit or 64-bit.
See also
Lo
4.67.2.37. Halt procedure
Table of Contents
4.67.2.39. High function
- 4.67.2.38. -