Const ENABLE_LINE_INPUT As Integer = &H2
Const ENABLE_ECHO_INPUT As Integer = &H4
Private Const STD_INPUT_HANDLE = -10&


what does & mean when it's used for numbers?