Unicode Controls & Classes for VB6 - Version 4
clsCommonWrapper
.MakeWord Function
Makes a word value from 2 bytes
Syntax
Public Function MakeWord (ByRef
LoByte
As Byte, _
ByRef
HiByte
As Byte) As Integer
Parameters
Parameter
Description
ByRef
LoByte
As Byte
Lo byte
ByRef
HiByte
As Byte
Hi byte
Remarks