Remarks
Var The variable that is assigned with the MSB of var S. s The source variable to get the MSB from. See also LOW LOWW HIGHW
Example Dim I As Integer , Z As Byte I = &H1001 Z = High(I) ' is 16