Unicode Controls & Classes for VB6 - Version 4
clsCommonWrapper
.HiByte Function
Returns the higher byte part of an integer
Syntax
Public Function HiByte (ByRef
InVal
As Integer) As Byte
Parameters
Parameter
Description
ByRef
InVal
As Integer
Value to split
Remarks