CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    Singapore & India
    Posts
    57

    what does &H102 mean?

    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!


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: what does &H102 mean?

    It's a Hexadecimal value.
    In decimal it's 258


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured