LOWW
Action

Retrieves the two least significant bytes of a long.

Syntax

var = LOWW( s )

Remarks

var The variable that is assigned with the two LSB of var S.
s The source variable to get the LSB's from.
See also
HIGHW HIGH LOW


Example


Dim L As Integer , Z As Long
L = &H1001
Z = LowW(L)