LOBYTE

InstallShield 2020 ยป InstallScript Language Reference

Project:This information applies to InstallScript projects.

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

Syntax

LOBYTE ( shValue );

Parameters

LOBYTE Parameters

Parameter

Description

shValue

Specifies the 16-bit integer from which you want to extract the lower byte.

Return Values

This function returns the low-order byte of the integer.