HIBYTE

InstallShield 2023 » InstallScript Language Reference

Project:This information applies to InstallScript projects.

The HIBYTE function extracts the high-order byte from the 16-bit integer value specified by shValue.

Syntax

HIBYTE ( shValue );

Parameters

HIBYTE 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.