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