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!
Printable View
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!
It's a Hexadecimal value.
In decimal it's 258