- 4.62.2.38 -
Standard Units

System Unit


System Unit Procedures and FunctionsHi 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
 |
 |
 |
Halt procedure |
Table of Content |
High function |
- 4.62.2.38 -