HIBYTE
InstallShield 2026 » InstallScript Language Reference
Project:
The HIBYTE function extracts the high-order byte from the 16-bit integer value specified by shValue.
Syntax
HIBYTE ( shValue );
Parameters
|
Parameter |
Description |
|
shValue |
Specifies the 16-bit integer from which you want to extract the higher byte. |
Return Values
This function returns the high-order byte of the integer.