Click to See Complete Forum and Search --> : what does &H102 mean?


cplussed
March 16th, 2001, 01:12 AM
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!

TH1
March 16th, 2001, 03:08 AM
It's a Hexadecimal value.
In decimal it's 258