MickTheBelgian
Programmer
in a module:
Public Const A As Long = &H8000
Public Const b As Long = &H1 Or A
run the app, press pause
in the immediate window:
?hex(b)
FFFF8001
bang head on desk very hard
Public Const A As Long = &H8000
Public Const b As Long = &H1 Or A
run the app, press pause
in the immediate window:
?hex(b)
FFFF8001
bang head on desk very hard