Hi!
I am new in VB and happened to come across a code that declares something like
Const WAIT_TIMEOUT = &H102
I think & is to indicate that it is a long variable. what is H? what is the value of this expression?
thanks!